aboutsummaryrefslogtreecommitdiff
path: root/odb/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-18 10:42:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-18 10:42:41 +0200
commit79e1e744a2f306f9c04b0cda3058e9ed40d8421c (patch)
tree7c3f927434da74b5305fd239f0f3f94a513c6d5f /odb/forward.hxx
parent3c7bfb25892842a1083b4d6393d5cb4aff615f2c (diff)
Add odb::core namespace to be used in using-directives
Port all the examples and tests.
Diffstat (limited to 'odb/forward.hxx')
-rw-r--r--odb/forward.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/odb/forward.hxx b/odb/forward.hxx
index 566b3f0..ec502d2 100644
--- a/odb/forward.hxx
+++ b/odb/forward.hxx
@@ -12,6 +12,14 @@ namespace odb
{
class database;
class transaction;
+ class session;
+
+ namespace core
+ {
+ using odb::database;
+ using odb::transaction;
+ using odb::session;
+ }
// Implementation details.
//