X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FRealmNode.hpp;h=a8a49fd6d31ccaa0dac433011b3a56b7d2c1c5cb;hb=4c3f0a4d7e4db76996404d80c6f939548fca656f;hp=cf2af40f43319ca932e2ed7feb2560b84d5705d0;hpb=c82a3818b279727e943a76343f3cf1a278ac9e19;p=anna.git diff --git a/example/diameter/launcher/RealmNode.hpp b/example/diameter/launcher/RealmNode.hpp index cf2af40..a8a49fd 100644 --- a/example/diameter/launcher/RealmNode.hpp +++ b/example/diameter/launcher/RealmNode.hpp @@ -77,8 +77,6 @@ public: RealmNode(const std::string &originRealm, unsigned int applicationId, anna::diameter::codec::Engine *codecEngine); ~RealmNode() {;} - std::string asString() const throw(); - // Core resources: MyDiameterEngine* getMyDiameterEngine() const throw() { return a_commEngine; } anna::diameter::codec::Engine *getCodecEngine() const throw() { return a_codecEngine; } @@ -116,7 +114,7 @@ public: int stopBurst() throw(); // returns remaining on cycle, or -1 if burst already stopped bool burstActive() const throw() { return a_burstActive; } bool sendBurstMessage(bool anyway = false) throw(); - std::string lookBurst(int order) const throw(); + std::string lookBurst(int order = -1) const throw(); std::string gotoBurst(int order) throw(); anna::xml::Node* asXML(anna::xml::Node* parent) const throw();