]> git.gag.com Git - debian/gnuradio/blobdiff - gnuradio-core/doc/other/shared_ptr_docstub.h
Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / doc / other / shared_ptr_docstub.h
diff --git a/gnuradio-core/doc/other/shared_ptr_docstub.h b/gnuradio-core/doc/other/shared_ptr_docstub.h
deleted file mode 100755 (executable)
index 428dd03..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-namespace boost
-{
-  /*!
-   * \brief shared_ptr documentation stub
-   *
-   * \warning
-   * This isn't the real shared_ptr template.  It's just enough to get doxygen
-   * to draw pretty collaboration diagrams.
-   *
-   * An enhanced relative of scoped_ptr with reference counted copy semantics.
-   * The object pointed to is deleted when the last shared_ptr pointing to it
-   * is destroyed or reset.
-   */
-
-template<class T> class shared_ptr
-{
-public:
-
-    T * px;                     // contained pointer
-
-};  // shared_ptr
-
-
-} // namespace boost