aboutsummaryrefslogtreecommitdiff
path: root/odb/database.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/database.ixx')
-rw-r--r--odb/database.ixx12
1 files changed, 12 insertions, 0 deletions
diff --git a/odb/database.ixx b/odb/database.ixx
new file mode 100644
index 0000000..c8fe08c
--- /dev/null
+++ b/odb/database.ixx
@@ -0,0 +1,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 ()
+ {
+ }
+}