From 7db38e8c622c2cd23d7a38e3cf70cb1b00dbc838 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 12 Apr 2011 17:52:37 +0200 Subject: Add qt/smart-ptr implementation --- odb/qt/lazy-ptr.hxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 odb/qt/lazy-ptr.hxx (limited to 'odb/qt/lazy-ptr.hxx') 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 +// 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 + +#endif // ODB_QT_LAZY_PTR_HXX -- cgit v1.1