Remove dynamic exceptions
[anna.git] / include / anna / comm / handler / MetaClientSocket.hpp
index 6a988e3..12d8728 100644 (file)
@@ -26,10 +26,10 @@ public:
   {;}
 
 private:
-  virtual void apply() throw(RuntimeException);
-  bool testClose() throw(RuntimeException);
+  virtual void apply() noexcept(false);
+  bool testClose() noexcept(false);
 
-  void breakAddress(const in_addr_t& address) throw();
+  void breakAddress(const in_addr_t& address) ;
 };
 
 }