X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fdiameter%2Fstack%2FDictionary.hpp;h=bd4cd4d626b20cf6df0c2bc3c73cb2777288eefc;hb=b9cb59210ce2a02d8246f1a9a1acfcfdcd892f3a;hp=e5eece2f78ceac7abfffcef38fcebe4faabe36c0;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;p=anna.git diff --git a/include/anna/diameter/stack/Dictionary.hpp b/include/anna/diameter/stack/Dictionary.hpp index e5eece2..bd4cd4d 100644 --- a/include/anna/diameter/stack/Dictionary.hpp +++ b/include/anna/diameter/stack/Dictionary.hpp @@ -110,10 +110,12 @@ public: typedef std::map command_container; typedef command_container::const_iterator const_command_iterator; +protected: + std::string a_name; + private: bool a_allowUpdates; - std::string a_name; format_container a_formats; vendor_container a_vendors; avp_container a_avps;