aboutsummaryrefslogtreecommitdiff
path: root/odb/core.hxx
blob: 227dea758fb70767fdc79a7a06536735ce57d73e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// file      : odb/core.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_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