summaryrefslogtreecommitdiff
path: root/libcult/cult/types/shptr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libcult/cult/types/shptr.hxx')
-rw-r--r--libcult/cult/types/shptr.hxx21
1 files changed, 21 insertions, 0 deletions
diff --git a/libcult/cult/types/shptr.hxx b/libcult/cult/types/shptr.hxx
new file mode 100644
index 0000000..c5d2d66
--- /dev/null
+++ b/libcult/cult/types/shptr.hxx
@@ -0,0 +1,21 @@
+// file : cult/types/shptr.hxx
+// author : Boris Kolpackov <boris@kolpackov.net>
+// copyright : Copyright (c) 2005-2010 Boris Kolpackov
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifndef CULT_TYPES_SHPTR_HXX
+#define CULT_TYPES_SHPTR_HXX
+
+#include <cult/mm/shptr.hxx>
+
+namespace Cult
+{
+ namespace Types
+ {
+ using MM::Shptr;
+ }
+
+ using Types::Shptr;
+}
+
+#endif // CULT_TYPES_SHPTR_HXX