aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer/generate.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-08 12:36:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-08 15:46:32 +0200
commit10e1c1963096586b484988958539756385ce2c35 (patch)
tree8ed6d7d6d5ca5cb225c949dd463f14d32448d979 /odb/tracer/generate.hxx
parenta9f5ab78b88a1ce675234b81cb089cdc627ae3af (diff)
Get rid of special tracer database
The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged.
Diffstat (limited to 'odb/tracer/generate.hxx')
-rw-r--r--odb/tracer/generate.hxx30
1 files changed, 0 insertions, 30 deletions
diff --git a/odb/tracer/generate.hxx b/odb/tracer/generate.hxx
deleted file mode 100644
index 32cd993..0000000
--- a/odb/tracer/generate.hxx
+++ /dev/null
@@ -1,30 +0,0 @@
-// file : odb/tracer/generate.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
-// license : GNU GPL v3; see accompanying LICENSE file
-
-#ifndef ODB_TRACER_GENERATE_HXX
-#define ODB_TRACER_GENERATE_HXX
-
-namespace tracer
-{
- namespace header
- {
- void
- generate ();
- }
-
- namespace inline_
- {
- void
- generate ();
- }
-
- namespace source
- {
- void
- generate ();
- }
-}
-
-#endif // ODB_TRACER_GENERATE_HXX