summaryrefslogtreecommitdiff
path: root/libodb/odb/core.hxx
blob: a88012c7f2750691a22df954ca7e0b9015deda3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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

namespace odb
{
  class image
  {
  };
}

#endif // ODB_CORE_HXX