diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/testUtils.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testUtils.hpp b/tests/testUtils.hpp index 9aee153c..aee50dc7 100644 --- a/tests/testUtils.hpp +++ b/tests/testUtils.hpp @@ -260,6 +260,11 @@ public: { return vmime::create <T>(); } + + vmime::ref <vmime::net::socket> create(vmime::ref <vmime::net::timeoutHandler> /* th */) + { + return vmime::create <T>(); + } }; |
