New feature to allow to register components with different names for same class:...
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Sun, 7 Jun 2015 21:42:40 +0000 (23:42 +0200)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Sun, 7 Jun 2015 22:04:43 +0000 (00:04 +0200)
commit129500a50678c43ff28fb0054d6197899b8c0b2c
treed83984b943110eeee7c62f1348a2c82b503306bc
parent21d58fc1611bb292fdff8b31628ad88d552ce52b
New feature to allow to register components with different names for same class: multi named components
26 files changed:
example/diameter/batchConverter/main.cpp
example/diameter/launcher/Launcher.cpp
example/diameter/launcher/Launcher.hpp
example/diameter/launcher/MyDiameterEngine.hpp
example/diameter/launcher/MyDiameterEntity.hpp
example/diameter/launcher/MyLocalServer.cpp
example/diameter/launcher/MyLocalServer.hpp
example/diameter/launcher/ProgrammedAnswers.cpp
example/diameter/launcher/ProgrammedAnswers.hpp
include/anna/app/functions.hpp
include/anna/core/functions.hpp
include/anna/core/util/Configuration.hpp
include/anna/dbms.mysql/Database.hpp
include/anna/diameter.comm/Engine.hpp
include/anna/diameter/codec/Avp.hpp
include/anna/diameter/codec/Engine.hpp
include/anna/diameter/codec/EngineImpl.hpp
include/anna/diameter/codec/Message.hpp
include/anna/diameter/codec/tme/Engine.hpp
source/app/Application.cpp
source/diameter.comm/Engine.cpp
source/diameter/codec/Avp.cpp
source/diameter/codec/EngineImpl.cpp
source/diameter/codec/Message.cpp
source/diameter/codec/tme/Avp.cpp
source/diameter/codec/tme/Message.cpp