diff options
Diffstat (limited to 'vmime/platforms/posix/posixHandler.hpp')
-rw-r--r-- | vmime/platforms/posix/posixHandler.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vmime/platforms/posix/posixHandler.hpp b/vmime/platforms/posix/posixHandler.hpp index bb8ef359..d5ba1826 100644 --- a/vmime/platforms/posix/posixHandler.hpp +++ b/vmime/platforms/posix/posixHandler.hpp @@ -61,7 +61,7 @@ public: const unsigned int getProcessId() const; #if VMIME_HAVE_MESSAGING_FEATURES - vmime::net::socketFactory* getSocketFactory(const vmime::string& name) const; + ref <vmime::net::socketFactory> getSocketFactory() const; vmime::net::timeoutHandlerFactory* getTimeoutHandlerFactory(const vmime::string& name) const; #endif @@ -77,7 +77,7 @@ public: private: #if VMIME_HAVE_MESSAGING_FEATURES - posixSocketFactory* m_socketFactory; + ref <posixSocketFactory> m_socketFactory; #endif #if VMIME_HAVE_FILESYSTEM_FEATURES |