From 7ae497743c7b042904fe1f6b4153ab3f4763ff2b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Mar 2011 08:44:28 +0200 Subject: Split MySQL code generator into common and db-specific parts The common part (in relational/) still has some MySQL-specific parts. Also, add the notion of the current context which is used to avoid explicitly passing the context object to every generator's c-tor. --- odb/mysql/source.hxx | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 odb/mysql/source.hxx (limited to 'odb/mysql/source.hxx') diff --git a/odb/mysql/source.hxx b/odb/mysql/source.hxx deleted file mode 100644 index 43a051b..0000000 --- a/odb/mysql/source.hxx +++ /dev/null @@ -1,17 +0,0 @@ -// file : odb/mysql/source.hxx -// author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -// license : GNU GPL v3; see accompanying LICENSE file - -#ifndef ODB_MYSQL_SOURCE_HXX -#define ODB_MYSQL_SOURCE_HXX - -#include - -namespace mysql -{ - void - generate_source (context&); -} - -#endif // ODB_MYSQL_SOURCE_HXX -- cgit v1.1