Remove dynamic exceptions
[anna.git] / include / anna / dbms.oracle / ResultCode.hpp
index b9f8fd5..0593f0e 100644 (file)
@@ -35,10 +35,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() { return errorCode == 54; }
-    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 { return errorCode == 54; }
+    bool lostConnection(const int errorCode) const ;
   };
 
   static ErrorDecoder st_errorDecoder;