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

Diff of /PamCut/Collections/BlindCutCollection/BlindCutCollection.h

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

revision 1.3 by pam-fi, Fri Jun 5 13:13:49 2009 UTC revision 1.4 by pam-fi, Tue Oct 27 10:18:53 2009 UTC
# Line 22  public: Line 22  public:
22    /*! @brief Constructor.    /*! @brief Constructor.
23     *     *
24     * @param collectionName The collection's name.     * @param collectionName The collection's name.
25       * @param owns If true, the collection will own the cuts, ie., it will
26       *             destroy them in its destructor.
27     */     */
28    BlindCutCollection(const char *collectionName) :    BlindCutCollection(const char *collectionName, bool owns = true) :
29      PamCutCollection(collectionName) {      PamCutCollection(collectionName, owns) {
30    }    }
31    
32    /*! @brief Destructor. */    /*! @brief Destructor. */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23