X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fdiameter%2Fcodec%2Ffunctions.hpp;h=49ab3797a3f2e83bac0d50a83730b8fd4bb654b0;hb=b9cb59210ce2a02d8246f1a9a1acfcfdcd892f3a;hp=9108b1971e7561a8bf2c0da812016f1aa2d26e67;hpb=8808902f3d5e768a02f3936c4a1a8732da682895;p=anna.git diff --git a/include/anna/diameter/codec/functions.hpp b/include/anna/diameter/codec/functions.hpp index 9108b19..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;