aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/database.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:31:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:31:00 +0200
commit61e6f0fded93f1e2105d7f4734b280712afe0c59 (patch)
treeb462d0b4e27456300c6c21afad21a6d0afa4341e /odb/mssql/database.hxx
parent00d972abb9dcbe7c99cd9b94cefc725024cfb4bc (diff)
Add connection, connection-factory implementations
Diffstat (limited to 'odb/mssql/database.hxx')
-rw-r--r--odb/mssql/database.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/odb/mssql/database.hxx b/odb/mssql/database.hxx
index d5d5597..f82d7c9 100644
--- a/odb/mssql/database.hxx
+++ b/odb/mssql/database.hxx
@@ -19,8 +19,8 @@
#include <odb/mssql/version.hxx>
#include <odb/mssql/forward.hxx>
//#include <odb/mssql/tracer.hxx>
-//#include <odb/mssql/connection.hxx>
-//#include <odb/mssql/connection-factory.hxx>
+#include <odb/mssql/connection.hxx>
+#include <odb/mssql/connection-factory.hxx>
#include <odb/mssql/auto-handle.hxx>
#include <odb/mssql/mssql-fwd.hxx>
@@ -84,12 +84,12 @@ namespace odb
public:
- //virtual transaction_impl*
- //begin ();
+ virtual transaction_impl*
+ begin ();
public:
- //connection_ptr
- //connection ();
+ connection_ptr
+ connection ();
public:
/*
@@ -168,8 +168,8 @@ namespace odb
~database ();
protected:
- //virtual odb::connection*
- //connection_ ();
+ virtual odb::connection*
+ connection_ ();
private:
/*