X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FLauncher.hpp;h=25f20c82c5d3c8ac0324377012b1348af481212a;hb=129500a50678c43ff28fb0054d6197899b8c0b2c;hp=d550ceb8a664307ec00d4ca6a817f4cb5810fcf4;hpb=5f094136b1817b5c4d14dbcc33c9819a8569cd1e;p=anna.git diff --git a/example/diameter/launcher/Launcher.hpp b/example/diameter/launcher/Launcher.hpp index d550ceb..25f20c8 100644 --- a/example/diameter/launcher/Launcher.hpp +++ b/example/diameter/launcher/Launcher.hpp @@ -42,6 +42,7 @@ class Launcher : public anna::comm::Application { MyCommunicator *a_communicator; MyDiameterEngine *a_myDiameterEngine; MyDiameterEntity *a_entity; + anna::diameter::codec::Engine *a_codecEngine; std::string a_logFile, a_burstLogFile; std::ofstream a_burstLogStream; bool a_splitLog, a_detailedLog, a_dumpLog; @@ -75,6 +76,7 @@ class Launcher : public anna::comm::Application { public: Launcher(); + anna::diameter::codec::Engine *getCodecEngine() const throw() { return a_codecEngine; } MyCommunicator *getCommunicator() throw() { return a_communicator; } MyDiameterEngine* getMyDiameterEngine() const throw() { return (a_myDiameterEngine); } void baseProtocolSetupAsClient(void) throw(anna::RuntimeException);