blob: aa75dae5deb5da8381afd4bd18a5eac0c064ee1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// file : odb/database.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/database.hxx>
namespace odb
{
database::
~database ()
{
}
}
|