Loading ccsrc/Protocols/Http/http_codec_its.cc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -33,7 +33,7 @@ bool http_codec_its::encode_body_binary(const LibHttp__BinaryMessageBodyTypes::B return true; return true; } } bool http_codec_its::decode_body_binary(const OCTETSTRING &p_data, LibHttp__BinaryMessageBodyTypes::BinaryBody &p_binary_body, const std::string &p_content_type, params* p_params) { bool http_codec_its::decode_body_binary(const OCTETSTRING &p_data, LibHttp__BinaryMessageBodyTypes::BinaryBody &p_binary_body, const std::string &p_content_type) { loggers::get_instance().log(">>> http_codec_its::decode_body_binary"); loggers::get_instance().log(">>> http_codec_its::decode_body_binary"); std::map<std::string, std::unique_ptr<codec_gen<Record_Type, Record_Type>>>::const_iterator it; std::map<std::string, std::unique_ptr<codec_gen<Record_Type, Record_Type>>>::const_iterator it; Loading ccsrc/Protocols/Http/http_codec_its.hh +2 −2 Original line number Original line Diff line number Diff line Loading @@ -12,5 +12,5 @@ public: protected: //! \protectedsection protected: //! \protectedsection bool encode_body_binary(const LibHttp__BinaryMessageBodyTypes::BinaryBody &p_binary_body, OCTETSTRING &p_encoding_buffer, const std::string &p_content_type); bool encode_body_binary(const LibHttp__BinaryMessageBodyTypes::BinaryBody &p_binary_body, OCTETSTRING &p_encoding_buffer, const std::string &p_content_type); bool decode_body_binary(const OCTETSTRING &p_data, LibHttp__BinaryMessageBodyTypes::BinaryBody &p_binary_body, const std::string &p_content_type, params* p_params); bool decode_body_binary(const OCTETSTRING &p_data, LibHttp__BinaryMessageBodyTypes::BinaryBody &p_binary_body, const std::string &p_content_type); }; }; Loading
ccsrc/Protocols/Http/http_codec_its.cc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -33,7 +33,7 @@ bool http_codec_its::encode_body_binary(const LibHttp__BinaryMessageBodyTypes::B return true; return true; } } bool http_codec_its::decode_body_binary(const OCTETSTRING &p_data, LibHttp__BinaryMessageBodyTypes::BinaryBody &p_binary_body, const std::string &p_content_type, params* p_params) { bool http_codec_its::decode_body_binary(const OCTETSTRING &p_data, LibHttp__BinaryMessageBodyTypes::BinaryBody &p_binary_body, const std::string &p_content_type) { loggers::get_instance().log(">>> http_codec_its::decode_body_binary"); loggers::get_instance().log(">>> http_codec_its::decode_body_binary"); std::map<std::string, std::unique_ptr<codec_gen<Record_Type, Record_Type>>>::const_iterator it; std::map<std::string, std::unique_ptr<codec_gen<Record_Type, Record_Type>>>::const_iterator it; Loading
ccsrc/Protocols/Http/http_codec_its.hh +2 −2 Original line number Original line Diff line number Diff line Loading @@ -12,5 +12,5 @@ public: protected: //! \protectedsection protected: //! \protectedsection bool encode_body_binary(const LibHttp__BinaryMessageBodyTypes::BinaryBody &p_binary_body, OCTETSTRING &p_encoding_buffer, const std::string &p_content_type); bool encode_body_binary(const LibHttp__BinaryMessageBodyTypes::BinaryBody &p_binary_body, OCTETSTRING &p_encoding_buffer, const std::string &p_content_type); bool decode_body_binary(const OCTETSTRING &p_data, LibHttp__BinaryMessageBodyTypes::BinaryBody &p_binary_body, const std::string &p_content_type, params* p_params); bool decode_body_binary(const OCTETSTRING &p_data, LibHttp__BinaryMessageBodyTypes::BinaryBody &p_binary_body, const std::string &p_content_type); }; };