diff options
author | Vincent Richard <[email protected]> | 2014-03-25 22:34:03 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2014-03-25 22:34:03 +0000 |
commit | bbfdcc36a00bdae294c45baa2023f850efce7375 (patch) | |
tree | fc4c497490437282c78525a878b60ecb862a1674 /tests/testUtils.cpp | |
parent | Fixed issue #71. (diff) | |
download | vmime-bbfdcc36a00bdae294c45baa2023f850efce7375.tar.gz vmime-bbfdcc36a00bdae294c45baa2023f850efce7375.zip |
Trace socket/connection events.
Diffstat (limited to 'tests/testUtils.cpp')
-rw-r--r-- | tests/testUtils.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/testUtils.cpp b/tests/testUtils.cpp index c4fce447..dcdb2a03 100644 --- a/tests/testUtils.cpp +++ b/tests/testUtils.cpp @@ -85,6 +85,17 @@ vmime::shared_ptr <vmime::net::timeoutHandler> testSocket::getTimeoutHandler() } +void testSocket::setTracer(vmime::shared_ptr <vmime::net::tracer> tracer) +{ +} + + +vmime::shared_ptr <vmime::net::tracer> testSocket::getTracer() +{ + return vmime::null; +} + + bool testSocket::waitForRead(const int msecs) { return true; |