summaryrefslogtreecommitdiff
path: root/odb/tracer/inline.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-07-22 14:33:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-07-22 14:33:21 +0200
commitcea6fb57ac8c9a893c0f404fef6c1469f0b6222b (patch)
treefed8b6ffa8ea2cb6347ece69c0cb81003d0ccbf6 /odb/tracer/inline.hxx
parent5f71c55a1c24c23af1eeb0d664922497a0e5c071 (diff)
Next chunk of functionality
Add SQL language lexer. Implement MySQL type declaration parser. Create sub-directories for databases, currently mysql and tracer. Create MySQL-specific context.
Diffstat (limited to 'odb/tracer/inline.hxx')
-rw-r--r--odb/tracer/inline.hxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/odb/tracer/inline.hxx b/odb/tracer/inline.hxx
new file mode 100644
index 0000000..2b01589
--- /dev/null
+++ b/odb/tracer/inline.hxx
@@ -0,0 +1,17 @@
+// file : odb/tracer/inline.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_TRACER_INLINE_HXX
+#define ODB_TRACER_INLINE_HXX
+
+#include <odb/context.hxx>
+
+namespace tracer
+{
+ void
+ generate_inline (context&);
+}
+
+#endif // ODB_TRACER_INLINE_HXX