From bbfdcc36a00bdae294c45baa2023f850efce7375 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 25 Mar 2014 23:34:03 +0100 Subject: Trace socket/connection events. --- tests/testUtils.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tests/testUtils.cpp') 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 testSocket::getTimeoutHandler() } +void testSocket::setTracer(vmime::shared_ptr tracer) +{ +} + + +vmime::shared_ptr testSocket::getTracer() +{ + return vmime::null; +} + + bool testSocket::waitForRead(const int msecs) { return true; -- cgit v1.2.3