diff --git a/include/transport/adhoccommand.h b/include/transport/adhoccommand.h index df38d91390323d993422fe2c0f1bf53629b10215..e1563bf6405161aa3cadbcbc297c7c6b4dc0faa5 100644 --- a/include/transport/adhoccommand.h +++ b/include/transport/adhoccommand.h @@ -46,8 +46,6 @@ class AdHocCommand { virtual boost::shared_ptr handleRequest(boost::shared_ptr payload) = 0; - void addFormField(Swift::FormField::ref field); - const std::string &getId() { return m_id; } @@ -66,7 +64,6 @@ class AdHocCommand { StorageBackend *m_storageBackend; Swift::JID m_initiator; Swift::JID m_to; - std::vector m_fields; std::string m_id; private: