X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FMyCounterRecorder.hpp;h=d6b815827b526d22a5540b077b456366a8205538;hp=708c408710e770103f57a0026be70abebc05177f;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 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);