aboutsummaryrefslogtreecommitdiff
path: root/odb/database.ixx
blob: c8fe08c237bf3c27a4e0a17749f03f06fd757a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// file      : odb/database.ixx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

namespace odb
{
  inline database::
  database ()
  {
  }
}