Remove dynamic exceptions
[anna.git] / source / dbms.oracle / Descriptor.cpp
index b7e5011..253c8e8 100644 (file)
@@ -23,7 +23,7 @@ dbms::oracle::Descriptor::~Descriptor() {
 }
 
 void dbms::oracle::Descriptor::allocate(dbms::oracle::Database& database, dbms::oracle::Connection* connection,  const int _type)
-throw(RuntimeException) {
+noexcept(false) {
   if(*reference != NULL)
     return;