diff options
| author | tholdawa <[email protected]> | 2014-01-21 00:23:27 +0100 |
|---|---|---|
| committer | tholdawa <[email protected]> | 2014-01-21 00:23:27 +0100 |
| commit | bf395a8d87ad329155310084d807ff533cdf2d13 (patch) | |
| tree | 8647dab9aeefab2c81fbf67810b4ac2f5c364c9b /tests/testUtils.hpp | |
| parent | Merge remote-tracking branch 'upstream/master' (diff) | |
| parent | Use appropriate syntax for rethrowing exceptions. (diff) | |
| download | vmime-bf395a8d87ad329155310084d807ff533cdf2d13.tar.gz vmime-bf395a8d87ad329155310084d807ff533cdf2d13.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tests/testUtils.hpp')
| -rw-r--r-- | tests/testUtils.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testUtils.hpp b/tests/testUtils.hpp index f0ecf454..9e72158a 100644 --- a/tests/testUtils.hpp +++ b/tests/testUtils.hpp @@ -263,6 +263,8 @@ public: const vmime::string getPeerName() const; const vmime::string getPeerAddress() const; + vmime::shared_ptr <vmime::net::timeoutHandler> getTimeoutHandler(); + /** Send data to client. * * @param buffer data to send |
