X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Fdbms.oracle%2FResultCode.hpp;h=0593f0edf1a85e554ba193da6156d9700a91fd99;hp=b9f8fd509285950fc2805d46b0ce823940eddd63;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/include/anna/dbms.oracle/ResultCode.hpp b/include/anna/dbms.oracle/ResultCode.hpp index b9f8fd5..0593f0e 100644 --- a/include/anna/dbms.oracle/ResultCode.hpp +++ b/include/anna/dbms.oracle/ResultCode.hpp @@ -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;