X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FEventOperation.hpp;h=1f0a4abb4886f1737b561ad94073e982e097a867;hp=6fceb85c05dbc42237381d98ba895cc3f81e686c;hb=080dc0740d8b02011dee032f5d44eeb5f2ffe23f;hpb=c200ffa70e1d93f5cb3137f3542245c44c05b008 diff --git a/example/diameter/launcher/EventOperation.hpp b/example/diameter/launcher/EventOperation.hpp index 6fceb85..1f0a4ab 100644 --- a/example/diameter/launcher/EventOperation.hpp +++ b/example/diameter/launcher/EventOperation.hpp @@ -136,7 +136,7 @@ public: bool test__look(std::string &response, int id = -1 /* current */); bool test__state(std::string &response, int id = -1 /* current */); bool test__interact(std::string &response, int amount, unsigned int id = -1 /* current */); - bool test__reset(std::string &response, bool soft_hard = true, unsigned int id = -2 /* apply to all the tests */); + bool test__reset(std::string &response, bool soft_hard = true, int id = -1 /* apply to all the tests */); bool test__repeats(std::string &response, int amount); bool test__auto_reset(std::string &response, bool soft_hard); bool test__initialized(std::string &response);