aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/lazy-ptr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/lazy-ptr.hxx')
-rw-r--r--odb/qt/lazy-ptr.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/odb/qt/lazy-ptr.hxx b/odb/qt/lazy-ptr.hxx
new file mode 100644
index 0000000..4587132
--- /dev/null
+++ b/odb/qt/lazy-ptr.hxx
@@ -0,0 +1,11 @@
+// file : odb/qt/lazy-ptr.hxx
+// author : Constantin Michael <constantin@codesynthesis.com>
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_QT_LAZY_PTR_HXX
+#define ODB_QT_LAZY_PTR_HXX
+
+#include <odb/qt/smart-ptr/lazy-ptr.hxx>
+
+#endif // ODB_QT_LAZY_PTR_HXX