X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FRealmNode.cpp;h=630ab8f0770ad7908d17bc139f47312a6ac172ba;hb=4c3f0a4d7e4db76996404d80c6f939548fca656f;hp=c61bbe418ad63907de64de1d695b2bd14c36901f;hpb=c82a3818b279727e943a76343f3cf1a278ac9e19;p=anna.git diff --git a/example/diameter/launcher/RealmNode.cpp b/example/diameter/launcher/RealmNode.cpp index c61bbe4..630ab8f 100644 --- a/example/diameter/launcher/RealmNode.cpp +++ b/example/diameter/launcher/RealmNode.cpp @@ -16,8 +16,8 @@ #include // Process -#include "RealmNode.hpp" -#include "MyDiameterEngine.hpp" +#include +#include @@ -365,6 +365,9 @@ bool RealmNode::sendBurstMessage(bool anyway) throw() { } std::string RealmNode::lookBurst(int order) const throw() { + + if (order == -1) order = a_burstDeliveryIt->first; + std::string result = "No message found for order provided ("; result += anna::functions::asString(order); result += ")";