Fixes & improvements
[anna.git] / include / anna / diameter / codec / EngineManager.hpp
index 268e318..69e063e 100644 (file)
 
 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 <EngineManager>;
 };