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

Diff of /PamCut/Collections/SmartBlindCollection/SmartBlindCollection.h

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

revision 1.3 by pam-fi, Tue Jun 16 16:44:59 2009 UTC revision 1.4 by pam-fi, Tue Oct 27 10:23:59 2009 UTC
# Line 30  public: Line 30  public:
30    /*! @brief Constructor.    /*! @brief Constructor.
31     *     *
32     * @param collectionName The collection's name.     * @param collectionName The collection's name.
33       * @param owns If true, the collection will own the cuts and the actions, ie., it will
34       *             destroy them in its destructor.
35     */     */
36    SmartBlindCollection(const char* collectionName) :    SmartBlindCollection(const char* collectionName, bool owns = true) :
37      SmartCollection(collectionName){      SmartCollection(collectionName, owns) {
38    }    }
39    
40    /*! @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