diff --git a/backends/twitter/TwitterPlugin.cpp b/backends/twitter/TwitterPlugin.cpp index 0b0cec7ba95de5bd9a80885ee9962ea1bfa3737f..f206e80c35f6e9aea68bd11a7a669baccd2236d2 100644 --- a/backends/twitter/TwitterPlugin.cpp +++ b/backends/twitter/TwitterPlugin.cpp @@ -87,7 +87,7 @@ TwitterPlugin::TwitterPlugin(Config *config, Swift::SimpleEventLoop *loop, Stora message_timer->start(); #if HAVE_SWIFTEN_3 - cryptoProvider = boost::shared_ptr(Swift::PlatformCryptoProvider::create()); + cryptoProvider = SWIFTEN_SHRPTR_NAMESPACE::shared_ptr(Swift::PlatformCryptoProvider::create()); #endif @@ -109,7 +109,7 @@ void TwitterPlugin::sendData(const std::string &string) } // Receive date from the NetworkPlugin server and invoke the appropirate payload handler (implement in the NetworkPlugin class) -void TwitterPlugin::_handleDataRead(boost::shared_ptr data) +void TwitterPlugin::_handleDataRead(SWIFTEN_SHRPTR_NAMESPACE::shared_ptr data) { if (m_firstPing) { m_firstPing = false;