From 9f0b648c14bbb6dbb1a36c9bd4d88c5773c72ca0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 29 Nov 2012 11:32:43 +0200 Subject: Namespace management for static multi-database support Now in libodb the odb::core namespace is split into odb::common (database- independent stuff) and odb::core proper, which imports odb::common. Each database runtime now defines odb::::core namespace which also imports odb::common and adds the database-specific bits. The overall idea is that one can do using namespace odb::::core just like for odb::core. --- odb/mssql/statement.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/mssql/statement.hxx') diff --git a/odb/mssql/statement.hxx b/odb/mssql/statement.hxx index 53e7c97..4b54097 100644 --- a/odb/mssql/statement.hxx +++ b/odb/mssql/statement.hxx @@ -10,11 +10,11 @@ #include #include // std::size_t -#include #include -#include #include +#include +#include #include #include #include -- cgit v1.1