]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Comment clearer
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 6 Mar 2000 20:23:39 +0000 (20:23 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 6 Mar 2000 20:23:39 +0000 (20:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@2556 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/smartpointer.h

index 8ac3f00a1b212a961580640502470b01f3d90274..2b6a27335ff2b32e9c5d5a556a413efacae725c6 100644 (file)
@@ -82,16 +82,20 @@ class SmartPointer
     ~SmartPointer();
     
                                     /**
-                                     * Assignment operator for
-                                     * normal pointers. Change of
-                                     * subscription is necessary.
+                                     * Assignment operator for normal
+                                     * pointers. The pointer
+                                     * subscribes to the new object
+                                     * automatically and unsubscribes
+                                     * to an old one if it exists.
                                      */
     SmartPointer<T> & operator= (T *tt);
 
                                     /**
                                      *Assignment operator for
-                                     * #SmartPointer#. Change of
-                                     * subscription is necessary.
+                                     * #SmartPointer#.  The pointer
+                                     * subscribes to the new object
+                                     * automatically and unsubscribes
+                                     * to an old one if it exists.
                                      */
     SmartPointer<T> & operator= (const SmartPointer<T>& tt);
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.