From 2e64769507fd8468e836e1e657c703e8be2dc21a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 May 2010 10:50:30 +0200 Subject: Create libodb repository The files in this repository were initially tracked as part of the odb project so refer for the previous change history to that repository. --- odb/core.hxx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 odb/core.hxx (limited to 'odb') diff --git a/odb/core.hxx b/odb/core.hxx new file mode 100644 index 0000000..227dea7 --- /dev/null +++ b/odb/core.hxx @@ -0,0 +1,23 @@ +// 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