From 91c962e4615101e14be4c720fc386878ddb598a4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Nov 2011 15:08:56 +0200 Subject: Implement statements; add support for tracing --- odb/mssql/transaction.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'odb/mssql/transaction.hxx') diff --git a/odb/mssql/transaction.hxx b/odb/mssql/transaction.hxx index 57806b8..9837401 100644 --- a/odb/mssql/transaction.hxx +++ b/odb/mssql/transaction.hxx @@ -3,8 +3,6 @@ // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file -//@@ disabled functionality - #ifndef ODB_MSSQL_TRANSACTION_HXX #define ODB_MSSQL_TRANSACTION_HXX @@ -14,7 +12,7 @@ #include #include -//#include +#include #include @@ -54,7 +52,6 @@ namespace odb static void current (transaction&); - /* // SQL statement tracing. // public: @@ -73,7 +70,6 @@ namespace odb } using odb::transaction::tracer; - */ public: transaction_impl& -- cgit v1.1