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.hpp | |
parent | Fixed issue #71. (diff) | |
download | vmime-bbfdcc36a00bdae294c45baa2023f850efce7375.tar.gz vmime-bbfdcc36a00bdae294c45baa2023f850efce7375.zip |
Trace socket/connection events.
Diffstat (limited to 'tests/testUtils.hpp')
-rw-r--r-- | tests/testUtils.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testUtils.hpp b/tests/testUtils.hpp index 20ebdf20..2476787b 100644 --- a/tests/testUtils.hpp +++ b/tests/testUtils.hpp @@ -268,6 +268,9 @@ public: vmime::shared_ptr <vmime::net::timeoutHandler> getTimeoutHandler(); + void setTracer(vmime::shared_ptr <vmime::net::tracer> tracer); + vmime::shared_ptr <vmime::net::tracer> getTracer(); + /** Send data to client. * * @param buffer data to send |