From 61e6f0fded93f1e2105d7f4734b280712afe0c59 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Nov 2011 11:31:00 +0200 Subject: Add connection, connection-factory implementations --- odb/mssql/database.hxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'odb/mssql/database.hxx') 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 #include //#include -//#include -//#include +#include +#include #include #include @@ -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: /* -- cgit v1.1