X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Ftesting%2FTestStep.hpp;h=b63c1479a805d5fa3b69d1f3da40fc6bd5419307;hb=e3f60b6b4a178c63ebd6f8915431bfa485a2e601;hp=90b64aaa74a336e5631d163590f13347dbc58b73;hpb=4c3f0a4d7e4db76996404d80c6f939548fca656f;p=anna.git diff --git a/example/diameter/launcher/testing/TestStep.hpp b/example/diameter/launcher/testing/TestStep.hpp index 90b64aa..b63c147 100644 --- a/example/diameter/launcher/testing/TestStep.hpp +++ b/example/diameter/launcher/testing/TestStep.hpp @@ -132,7 +132,7 @@ class TestStepSendxml : public TestStep { // virtuals bool do_execute() throw(); - void do_complete() throw(); + void do_complete() throw() {;} void do_reset() throw(); anna::xml::Node* asXML(anna::xml::Node* parent) const throw(); }; @@ -175,7 +175,7 @@ class TestStepWait : public TestStep { anna::diameter::comm::ServerSession *a_serverSession; public: - TestStepWait(TestCase *testCase) : TestStep(testCase) { a_type = Type::Wait; a_clientSession = NULL; a_serverSession = NULL; } + TestStepWait(TestCase *testCase) : TestStep(testCase), a_message(true) { a_type = Type::Wait; a_clientSession = NULL; a_serverSession = NULL; } ~TestStepWait() {;} // setter & getters