X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Ftesting%2FTestStep.hpp;fp=example%2Fdiameter%2Flauncher%2Ftesting%2FTestStep.hpp;h=3473c544458af5b7f122b3a18db96a0bc5ed9a5f;hb=2921c651c9945cefec0715167201596aaa079e8d;hp=90b64aaa74a336e5631d163590f13347dbc58b73;hpb=4552131b751399a8b4fd323f5547f91c7cb0f978;p=anna.git diff --git a/example/diameter/launcher/testing/TestStep.hpp b/example/diameter/launcher/testing/TestStep.hpp index 90b64aa..3473c54 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(); };