X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Fdiameter%2Fcodec%2FEngineManager.hpp;h=69e063e71c8e7dc8db8296651a16a723037b0f7c;hp=268e3185724af91f59c0be01919955ae3b2b5aa2;hb=1ac015cbbcd331edc3c14de26290d669d91e4e53;hpb=c23420c0590192eb25ad5344bf1d9485f789e257 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 ; };