X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FMyCounterRecorder.hpp;h=d6b815827b526d22a5540b077b456366a8205538;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hp=d28312527141247dbb76b6c3103080afff7b7644;hpb=752438861433c3789eb1b0d9f2c15e15037595e6;p=anna.git diff --git a/example/diameter/launcher/MyCounterRecorder.hpp b/example/diameter/launcher/MyCounterRecorder.hpp index d283125..d6b8158 100644 --- a/example/diameter/launcher/MyCounterRecorder.hpp +++ b/example/diameter/launcher/MyCounterRecorder.hpp @@ -15,7 +15,7 @@ #include // Process -#include "MyCounterRecorderClock.hpp" +#include class MyCounterRecorder : public anna::oam::CounterRecorder { @@ -28,10 +28,10 @@ class MyCounterRecorder : public anna::oam::CounterRecorder { std::string a_fixedLine; // pure virtual definitions: - void open() throw(anna::RuntimeException); - void apply(const anna::oam::Counter& counter) throw(anna::RuntimeException); - void close() throw(); - std::string asString() const throw(); + void open() noexcept(false); + void apply(const anna::oam::Counter& counter) noexcept(false); + void close() ; + std::string asString() const ; public: MyCounterRecorder(const std::string &fnp);