aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/database.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/database.ixx')
-rw-r--r--odb/mssql/database.ixx24
1 files changed, 24 insertions, 0 deletions
diff --git a/odb/mssql/database.ixx b/odb/mssql/database.ixx
new file mode 100644
index 0000000..3c8bf8e
--- /dev/null
+++ b/odb/mssql/database.ixx
@@ -0,0 +1,24 @@
+// file : odb/mssql/database.ixx
+// author : Constantin Michael <constantin@codesynthesis.com>
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// license : ODB NCUEL; see accompanying LICENSE file
+
+//@@ disabled functionality
+
+namespace odb
+{
+ namespace mssql
+ {
+ /*
+ inline connection_ptr database::
+ connection ()
+ {
+ // Go through the virtual connection_() function instead of
+ // directly to allow overriding.
+ //
+ return connection_ptr (
+ static_cast<mssql::connection*> (connection_ ()));
+ }
+ */
+ }
+}