diff --git a/include/transport/userregistration.h b/include/transport/userregistration.h index 21ac00d03c53cac9d83007fc0a378399a2261d2f..ca5069e36ed1ae031d810a0f5acac69cc6e9d182 100644 --- a/include/transport/userregistration.h +++ b/include/transport/userregistration.h @@ -49,8 +49,8 @@ class UserRegistration : Swift::GetResponder, boost::signal onUserUpdated; private: - bool handleGetRequest(const Swift::JID& from, const Swift::JID& to, const Swift::String& id, boost::shared_ptr payload); - bool handleSetRequest(const Swift::JID& from, const Swift::JID& to, const Swift::String& id, boost::shared_ptr payload); + bool handleGetRequest(const Swift::JID& from, const Swift::JID& to, const std::string& id, boost::shared_ptr payload); + bool handleSetRequest(const Swift::JID& from, const Swift::JID& to, const std::string& id, boost::shared_ptr payload); Component *m_component; StorageBackend *m_storageBackend;