X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fdiameter%2Fcodec%2Ffunctions.hpp;h=49ab3797a3f2e83bac0d50a83730b8fd4bb654b0;hb=4456556fc4cd3d24eab8d555acceae339d476c5b;hp=c50563a3a1186701f390b4470f8c6e5fd8358acd;hpb=5b5f15c4ceaa303e2f1d577899b3afa5aff86bb8;p=anna.git diff --git a/include/anna/diameter/codec/functions.hpp b/include/anna/diameter/codec/functions.hpp index c50563a..49ab379 100644 --- a/include/anna/diameter/codec/functions.hpp +++ b/include/anna/diameter/codec/functions.hpp @@ -72,16 +72,16 @@ namespace codec { // Used for alarms, tracing and Failed-AVP construction: typedef struct parent { - // Used on decoding: - anna::diameter::CommandId MessageId; - std::string MessageName; + // Used on decoding: + anna::diameter::CommandId MessageId; + std::string MessageName; - std::vector AvpsId; - std::vector AvpsName; + std::vector AvpsId; + std::vector AvpsName; - void setMessage(const anna::diameter::CommandId & mid, const char *mname = NULL /* well known in validation */) throw(); - void addAvp(const anna::diameter::AvpId & aid, const char *aname = NULL /* well known in validation */) throw(); - std::string asString() const throw(); + void setMessage(const anna::diameter::CommandId & mid, const char *mname = NULL /* well known in validation */) throw(); + void addAvp(const anna::diameter::AvpId & aid, const char *aname = NULL /* well known in validation */) throw(); + std::string asString() const throw(); } parent_t;