diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-18 10:42:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-18 10:42:41 +0200 |
commit | 4a250a49537bf223b3665c0f5a017944531b3dfe (patch) | |
tree | 032830fddd78c35f4501cdb3e98f28af544f9be0 /tracer/template | |
parent | 4067bb225c7238d54b5a09ab4d3d23f60aef8a05 (diff) |
Add odb::core namespace to be used in using-directives
Port all the examples and tests.
Diffstat (limited to 'tracer/template')
-rw-r--r-- | tracer/template/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracer/template/driver.cxx b/tracer/template/driver.cxx index 616f966..e63fae6 100644 --- a/tracer/template/driver.cxx +++ b/tracer/template/driver.cxx @@ -18,12 +18,12 @@ #include "test-odb.hxx" using namespace std; -using namespace odb; +using namespace odb::core; int main () { - tracer::database db; + odb::tracer::database db; // // |