diff options
author | Vincent Richard <[email protected]> | 2005-10-04 18:49:59 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-10-04 18:49:59 +0000 |
commit | 3ec0f17ade68adec05f8b0af40c61a4f3a595b75 (patch) | |
tree | 990440f5b6803c237c2d72ee298724df176f9e93 /src/platforms/windows/windowsHandler.cpp | |
parent | Added service::setSocketFactory(). (diff) | |
download | vmime-3ec0f17ade68adec05f8b0af40c61a4f3a595b75.tar.gz vmime-3ec0f17ade68adec05f8b0af40c61a4f3a595b75.zip |
Added service::setTimeoutHandlerFactory().
Diffstat (limited to '')
-rw-r--r-- | src/platforms/windows/windowsHandler.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/platforms/windows/windowsHandler.cpp b/src/platforms/windows/windowsHandler.cpp index 4f5a94b5..926ccb98 100644 --- a/src/platforms/windows/windowsHandler.cpp +++ b/src/platforms/windows/windowsHandler.cpp @@ -239,14 +239,6 @@ ref <vmime::net::socketFactory> windowsHandler::getSocketFactory() const return m_socketFactory.dynamicCast <vmime::net::socketFactory>(); } - -vmime::net::timeoutHandlerFactory* windowsHandler::getTimeoutHandlerFactory - (const vmime::string& /* name */) const -{ - // Not used by default - return (NULL); -} - #endif |