summaryrefslogtreecommitdiff
path: root/odb/header.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/header.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/header.hxx')
-rw-r--r--odb/header.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/odb/header.hxx b/odb/header.hxx
deleted file mode 100644
index f7f3a34..0000000
--- a/odb/header.hxx
+++ /dev/null
@@ -1,14 +0,0 @@
-// file : odb/header.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_HEADER_HXX
-#define ODB_HEADER_HXX
-
-#include <odb/context.hxx>
-
-void
-generate_header (context&);
-
-#endif // ODB_HEADER_HXX