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/header.hxx | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 odb/mysql/header.hxx (limited to 'odb/mysql/header.hxx') diff --git a/odb/mysql/header.hxx b/odb/mysql/header.hxx deleted file mode 100644 index ec7cbf1..0000000 --- a/odb/mysql/header.hxx +++ /dev/null @@ -1,17 +0,0 @@ -// file : odb/mysql/header.hxx -// author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -// license : GNU GPL v3; see accompanying LICENSE file - -#ifndef ODB_MYSQL_HEADER_HXX -#define ODB_MYSQL_HEADER_HXX - -#include - -namespace mysql -{ - void - generate_header (context&); -} - -#endif // ODB_MYSQL_HEADER_HXX -- cgit v1.1