New feature to allow to register components with different names for same class:...
[anna.git] / include / anna / diameter / codec / Avp.hpp
index 40a75dd..6deb5d7 100644 (file)
@@ -383,6 +383,10 @@ public:
   Avp(AvpId id);
 
 
+  /** Sets the codec engine */
+  void setEngine(Engine *engine) throw() { a_engine = engine; }
+
+
   // Length references
   static const int HeaderLengthVactive;
   static const int HeaderLengthVinactive;