Loading ccsrc/Framework/include/params.hh +5 −5 Original line number Diff line number Diff line Loading @@ -60,11 +60,11 @@ public: //! \publicsection static const std::string& codecs; //! List of codecs to use for HTTP application layers static const std::string& serialization; //! Message serialization format static const std::string& protocol_binding; //! oneM2M protocol binding static const std::string& type; //! oneM2M message type (request/response) static const std::string& statuscode; //! oneM2M status code in response static const std::string& responseStatusCode; //! oneM2M response status code (HTTP) static const std::string& statustext; //! oneM2M status text if any (HTTP) static const std::string& protocol_binding; //! Protocol binding static const std::string& type; //! Message type (request/response) static const std::string& statuscode; //! Status code in response static const std::string& responseStatusCode; //! Response status code (HTTP) static const std::string& statustext; //! Status text if any (HTTP) /*! * \brief Default constructor * Create a new instance of the params class Loading Loading
ccsrc/Framework/include/params.hh +5 −5 Original line number Diff line number Diff line Loading @@ -60,11 +60,11 @@ public: //! \publicsection static const std::string& codecs; //! List of codecs to use for HTTP application layers static const std::string& serialization; //! Message serialization format static const std::string& protocol_binding; //! oneM2M protocol binding static const std::string& type; //! oneM2M message type (request/response) static const std::string& statuscode; //! oneM2M status code in response static const std::string& responseStatusCode; //! oneM2M response status code (HTTP) static const std::string& statustext; //! oneM2M status text if any (HTTP) static const std::string& protocol_binding; //! Protocol binding static const std::string& type; //! Message type (request/response) static const std::string& statuscode; //! Status code in response static const std::string& responseStatusCode; //! Response status code (HTTP) static const std::string& statustext; //! Status text if any (HTTP) /*! * \brief Default constructor * Create a new instance of the params class Loading