X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fdiameter%2Fcodec%2FEngineManager.hpp;h=69e063e71c8e7dc8db8296651a16a723037b0f7c;hb=61f1340da3cae5159d2e3bc14fc47c6d4bf9453e;hp=268e3185724af91f59c0be01919955ae3b2b5aa2;hpb=e80e62a5cf9aacad1a9551c68c432147ef98cd29;p=anna.git diff --git a/include/anna/diameter/codec/EngineManager.hpp b/include/anna/diameter/codec/EngineManager.hpp index 268e318..69e063e 100644 --- a/include/anna/diameter/codec/EngineManager.hpp +++ b/include/anna/diameter/codec/EngineManager.hpp @@ -20,6 +20,10 @@ namespace anna { +namespace xml { + class Node; + +} namespace diameter { namespace codec { @@ -119,6 +123,13 @@ public: */ bool selectFromApplicationId (void) throw() { return a_autoSelectFromApplicationId; } + /** + Class XML representation. + \param parent XML node over which we will put instance information. + \return XML documentcon with class content. + */ + virtual anna::xml::Node* asXML(anna::xml::Node* parent) const throw(); + friend class anna::Singleton ; };