New feature to allow to register components with different names for same class:...
[anna.git] / source / diameter.comm / Engine.cpp
index fa13a37..53de6ac 100644 (file)
@@ -37,8 +37,8 @@ using namespace std;
 using namespace anna::diameter::comm;
 
 
-Engine::Engine() :
-  anna::app::Component(getClassName()),
+Engine::Engine(const char *className) :
+  anna::app::Component(className),
   a_autoBind(true),
   a_availableForEntities(false),
   a_availableForLocalServers(false),