commit | 58c77b0c363b7f8372ec1c63adb0861c915b9772 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Mar 05 21:52:25 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Mar 05 21:52:25 2012 -0800 |
tree | 06f2df490dfa66a88c32fc4b6f348944454c906d | |
parent | 150f14d0ead73e88884a2faa6aab5e4103d967dc [diff] [blame] |
Making Sync's destructor virtual (to prevent creation of Sync object)
diff --git a/doc/doxygen_boost_dummy.h b/doc/doxygen_boost_dummy.h new file mode 100644 index 0000000..e65d80c --- /dev/null +++ b/doc/doxygen_boost_dummy.h
@@ -0,0 +1,9 @@ +namespace boost { template<class T> class shared_ptr { T *dummy; }; } +// typedef +// namespace boost { +// template<class T> +// class shared_ptr +// { +// typedef T* type; +// }; +// }