Go to the documentation of this file.
18 #ifndef POINTERS_H_2008
19 #define POINTERS_H_2008
29 #define REFCOUNT_BASE_FILE <boost/enable_shared_from_this.hpp>
31 #define REFCOUNT_BASE_CLASS(x) boost::enable_shared_from_this<x>
33 #define POINTER_WRAPPER_CLASS(x) boost::shared_ptr<x>
35 #define REFCOUNTNS boost
37 #include REFCOUNT_BASE_FILE