aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/exceptions.hxx')
-rw-r--r--odb/mssql/exceptions.hxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/odb/mssql/exceptions.hxx b/odb/mssql/exceptions.hxx
index 1f13948..8e01f4f 100644
--- a/odb/mssql/exceptions.hxx
+++ b/odb/mssql/exceptions.hxx
@@ -12,8 +12,9 @@
#include <odb/exceptions.hxx>
-#include <odb/mssql/mssql-fwd.hxx>
#include <odb/mssql/version.hxx>
+#include <odb/mssql/forward.hxx>
+#include <odb/mssql/mssql-fwd.hxx>
#include <odb/mssql/details/export.hxx>
namespace odb
@@ -113,6 +114,13 @@ namespace odb
virtual const char*
what () const throw ();
};
+
+ namespace core
+ {
+ using mssql::database_exception;
+ using mssql::cli_exception;
+ using mssql::long_data_reload;
+ }
}
}