aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testUtils.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2009-12-01 13:23:26 +0000
committerVincent Richard <[email protected]>2009-12-01 13:23:26 +0000
commitbff027cfa02cfe575f10cc43985319e6f7f2c0bc (patch)
treecfba60dc0ddb807fb81dba38ae586fa8f1d4e18b /tests/testUtils.cpp
parentAdded block size on sockets to allow different buffer size for SSL. (diff)
downloadvmime-bff027cfa02cfe575f10cc43985319e6f7f2c0bc.tar.gz
vmime-bff027cfa02cfe575f10cc43985319e6f7f2c0bc.zip
Fixed missing function.
Diffstat (limited to 'tests/testUtils.cpp')
-rw-r--r--tests/testUtils.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testUtils.cpp b/tests/testUtils.cpp
index 456b8ad6..ee17c923 100644
--- a/tests/testUtils.cpp
+++ b/tests/testUtils.cpp
@@ -51,6 +51,12 @@ bool testSocket::isConnected() const
}
+testSocket::size_type testSocket::getBlockSize() const
+{
+ return 16384;
+}
+
+
void testSocket::receive(vmime::string& buffer)
{
buffer = m_inBuffer;