Remove dynamic exceptions
[anna.git] / include / anna / diameter / codec / tme / Message.hpp
index 500b252..73a4f3a 100644 (file)
@@ -40,13 +40,13 @@ class Message : public anna::diameter::codec::Message {
 protected:
 
 //  /** Codec Engine getter: avoids have to create base engine when using its child */
-//  virtual anna::diameter::codec::Engine * getEngine() const throw(anna::RuntimeException);
+//  virtual anna::diameter::codec::Engine * getEngine() const noexcept(false);
 
   /**
   * Initializes Message class information.
   * Any reimplementation must first invoke base class method.
   */
-  virtual void initialize() throw();
+  virtual void initialize() ;
 
 public: