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/net/serviceInfos.cpp | |
parent | Added service::setSocketFactory(). (diff) | |
download | vmime-3ec0f17ade68adec05f8b0af40c61a4f3a595b75.tar.gz vmime-3ec0f17ade68adec05f8b0af40c61a4f3a595b75.zip |
Added service::setTimeoutHandlerFactory().
Diffstat (limited to 'src/net/serviceInfos.cpp')
-rw-r--r-- | src/net/serviceInfos.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/serviceInfos.cpp b/src/net/serviceInfos.cpp index c76744a2..624a559e 100644 --- a/src/net/serviceInfos.cpp +++ b/src/net/serviceInfos.cpp @@ -40,9 +40,6 @@ const serviceInfos::property serviceInfos::property::AUTH_USERNAME const serviceInfos::property serviceInfos::property::AUTH_PASSWORD ("auth.password", serviceInfos::property::TYPE_STRING); -const serviceInfos::property serviceInfos::property::TIMEOUT_FACTORY - ("timeout.factory", serviceInfos::property::TYPE_STRING); - #if VMIME_HAVE_TLS_SUPPORT const serviceInfos::property serviceInfos::property::CONNECTION_TLS |