From 60559eb8a1f77e93a202b811e47bcfb03dfda4eb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 May 2010 10:49:07 +0200 Subject: Make libodb a separate project --- libodb/odb/core.hxx | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 libodb/odb/core.hxx diff --git a/libodb/odb/core.hxx b/libodb/odb/core.hxx deleted file mode 100644 index 227dea7..0000000 --- a/libodb/odb/core.hxx +++ /dev/null @@ -1,23 +0,0 @@ -// file : odb/core.hxx -// author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC -// license : GNU GPL v2; see accompanying LICENSE file - -#ifndef ODB_CORE_HXX -#define ODB_CORE_HXX - -#ifdef ODB_COMPILER -# define ODB_PRAGMA_IMPL(x) _Pragma (#x) -# define ODB_PRAGMA(x) ODB_PRAGMA_IMPL (odb x) -#else -# define PRAGMA_ODB(x) -#endif - -namespace odb -{ - class image - { - }; -} - -#endif // ODB_CORE_HXX -- cgit v1.1