X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fdiameter%2Fstack%2FDictionary.hpp;h=e332fec2b574de9fd0f5266319559364ba70a99d;hb=7ac94d8f360628b59b7fed8bfbc4509ad055712e;hp=bd4cd4d626b20cf6df0c2bc3c73cb2777288eefc;hpb=0c646b4aa99a84ef6976a51b6d4554aea11ded35;p=anna.git diff --git a/include/anna/diameter/stack/Dictionary.hpp b/include/anna/diameter/stack/Dictionary.hpp index bd4cd4d..e332fec 100644 --- a/include/anna/diameter/stack/Dictionary.hpp +++ b/include/anna/diameter/stack/Dictionary.hpp @@ -223,7 +223,7 @@ public: * and stack-specific commands in other set of xml files. Application only would have to load common part for all * the created dictionaries with this method and specific one for each final dictionary: * - * @param xmlPathFile Path file to the xml document which represents the diameter dictionary. + * @param pathFile Path file to the xml document which represents the diameter dictionary. * *
   * Dictionary *nokiaStack = stackEngine.createDictionary("/var/tmp/vendors_and_avps.xml", NOKIA_STACK_ID);
@@ -232,7 +232,7 @@ public:
   * huaweiStack->load("/var/tmp/huawei_commands.xml");
   * 
*/ - void load(const std::string & xmlPathFile) throw(anna::RuntimeException); + virtual void load(const std::string & pathFile) throw(anna::RuntimeException); /** * Clears dictionary content