aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testUtils.cpp
diff options
context:
space:
mode:
authortholdawa <[email protected]>2014-01-20 23:23:27 +0000
committertholdawa <[email protected]>2014-01-20 23:23:27 +0000
commitbf395a8d87ad329155310084d807ff533cdf2d13 (patch)
tree8647dab9aeefab2c81fbf67810b4ac2f5c364c9b /tests/testUtils.cpp
parentMerge remote-tracking branch 'upstream/master' (diff)
parentUse appropriate syntax for rethrowing exceptions. (diff)
downloadvmime-bf395a8d87ad329155310084d807ff533cdf2d13.tar.gz
vmime-bf395a8d87ad329155310084d807ff533cdf2d13.zip
Merge remote-tracking branch 'upstream/master'
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 437b476b..ee642bea 100644
--- a/tests/testUtils.cpp
+++ b/tests/testUtils.cpp
@@ -79,6 +79,12 @@ const vmime::string testSocket::getPeerAddress() const
}
+vmime::shared_ptr <vmime::net::timeoutHandler> testSocket::getTimeoutHandler()
+{
+ return vmime::null;
+}
+
+
void testSocket::receive(vmime::string& buffer)
{
buffer = m_inBuffer;