summaryrefslogtreecommitdiff
path: root/odb/mysql/inline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/inline.hxx')
-rw-r--r--odb/mysql/inline.hxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/odb/mysql/inline.hxx b/odb/mysql/inline.hxx
new file mode 100644
index 0000000..2d76274
--- /dev/null
+++ b/odb/mysql/inline.hxx
@@ -0,0 +1,17 @@
+// file : odb/mysql/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_MYSQL_INLINE_HXX
+#define ODB_MYSQL_INLINE_HXX
+
+#include <odb/mysql/context.hxx>
+
+namespace mysql
+{
+ void
+ generate_inline (context&);
+}
+
+#endif // ODB_MYSQL_INLINE_HXX