aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/lazy-ptr.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-04-12 17:52:37 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-04-22 14:39:42 +0200
commit7db38e8c622c2cd23d7a38e3cf70cb1b00dbc838 (patch)
tree38150a1912a234ec28c84395858ad2a82019cfaf /odb/qt/lazy-ptr.hxx
parent621bc135b9825fc9f18ada204f67d3800c5f6fda (diff)
Add qt/smart-ptr implementation
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