New feature to allow to register components with different names for same class:...
[anna.git] / include / anna / diameter / codec / Message.hpp
index fd44c42..133c4af 100644 (file)
@@ -173,6 +173,10 @@ public:
   Message(CommandId id);
 
 
+  /** Sets the codec engine */
+  void setEngine(Engine *engine) throw() { a_engine = engine; }
+
+
   // Length references
   static const int HeaderLength;