Hard refactoring. CodecEngine is associated to a unique stack.
[anna.git] / include / anna / diameter / codec / Engine.hpp
index 1f106c6..907bcd4 100644 (file)
@@ -47,7 +47,7 @@ public:
      Constructor
      @param className Logical name for the class.
   */
-  Engine(const char *className) : EngineImpl(className) {;}
+  Engine(const char *className, const stack::Dictionary * dictionary) : EngineImpl(className, dictionary) {;}
 
   void releaseAvp(Avp* avp) throw() {
     if(avp == NULL) return;