aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/database.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-28 15:08:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-28 15:08:56 +0200
commit91c962e4615101e14be4c720fc386878ddb598a4 (patch)
tree9c62ace7ee457f9e7c1edd9c89a5b6fba274d363 /odb/mssql/database.hxx
parent8823eb1c28f6589068a080a68283a8ddb47cb71b (diff)
Implement statements; add support for tracing
Diffstat (limited to 'odb/mssql/database.hxx')
-rw-r--r--odb/mssql/database.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/odb/mssql/database.hxx b/odb/mssql/database.hxx
index cabdbb4..5bb5e4f 100644
--- a/odb/mssql/database.hxx
+++ b/odb/mssql/database.hxx
@@ -6,8 +6,6 @@
#ifndef ODB_MSSQL_DATABASE_HXX
#define ODB_MSSQL_DATABASE_HXX
-//@@ disabled functionality
-
#include <odb/pre.hxx>
#include <string>
@@ -16,13 +14,13 @@
#include <odb/database.hxx>
+#include <odb/mssql/mssql-fwd.hxx>
#include <odb/mssql/version.hxx>
#include <odb/mssql/forward.hxx>
-//#include <odb/mssql/tracer.hxx>
+#include <odb/mssql/tracer.hxx>
#include <odb/mssql/connection.hxx>
#include <odb/mssql/connection-factory.hxx>
#include <odb/mssql/auto-handle.hxx>
-#include <odb/mssql/mssql-fwd.hxx>
#include <odb/mssql/details/export.hxx>
@@ -211,7 +209,6 @@ namespace odb
// SQL statement tracing.
//
public:
- /*
typedef mssql::tracer tracer_type;
void
@@ -227,7 +224,6 @@ namespace odb
}
using odb::database::tracer;
- */
public:
virtual