X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FMyCounterRecorder.hpp;h=d6b815827b526d22a5540b077b456366a8205538;hb=HEAD;hp=708c408710e770103f57a0026be70abebc05177f;hpb=4c3f0a4d7e4db76996404d80c6f939548fca656f;p=anna.git diff --git a/example/diameter/launcher/MyCounterRecorder.hpp b/example/diameter/launcher/MyCounterRecorder.hpp index 708c408..d6b8158 100644 --- a/example/diameter/launcher/MyCounterRecorder.hpp +++ b/example/diameter/launcher/MyCounterRecorder.hpp @@ -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);