/[PAMELA software]/PamCut/Collections/VerboseCollection/VerboseCollection.h
ViewVC logotype

Diff of /PamCut/Collections/VerboseCollection/VerboseCollection.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by pam-fi, Fri May 29 10:08:45 2009 UTC revision 1.2 by pam-fi, Tue Oct 27 10:24:00 2009 UTC
# Line 24  public: Line 24  public:
24    /*! @brief Constructor.    /*! @brief Constructor.
25     *     *
26     * @param collectionName The collection's name.     * @param collectionName The collection's name.
27       * @param owns If true, the collection will own the cuts and the actions, ie., it will
28       *             destroy them in its destructor.
29     */     */
30    VerboseCollection(const char *collectionName) :    VerboseCollection(const char *collectionName, bool owns = true) :
31      SmartCollection(collectionName) {      SmartCollection(collectionName, owns) {
32    }    }
33    
34    /*! @brief Destructor. */    /*! @brief Destructor. */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23