Remove dynamic exceptions
[anna.git] / include / anna / dbms.mysql / ResultCode.hpp
index 1c27be9..6b4c0e7 100644 (file)
@@ -39,10 +39,10 @@ public:
 
 private:
   class ErrorDecoder : public dbms::ResultCode::ErrorDecoder {
-    bool notFound(const int errorCode) const throw();
-    bool successful(const int errorCode) const throw();
-    bool locked(const int errorCode) const throw();
-    bool lostConnection(const int errorCode) const throw();
+    bool notFound(const int errorCode) const ;
+    bool successful(const int errorCode) const ;
+    bool locked(const int errorCode) const ;
+    bool lostConnection(const int errorCode) const ;
   };
 
   static ErrorDecoder st_errorDecoder;