diff options
Diffstat (limited to 'odb/database.cxx')
-rw-r--r-- | odb/database.cxx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/odb/database.cxx b/odb/database.cxx new file mode 100644 index 0000000..aa75dae --- /dev/null +++ b/odb/database.cxx @@ -0,0 +1,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 () + { + } +} |