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

Diff of /PamCut/Collections/SmartCollection/SmartCollection.h

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

revision 1.1 by pam-fi, Wed May 27 13:30:09 2009 UTC revision 1.2 by pam-fi, Fri May 29 10:10:31 2009 UTC
# Line 29  public: Line 29  public:
29    
30    /*! @brief Constructor.    /*! @brief Constructor.
31     *     *
32     * @param cutName The cut's name.     * @param collectionName The collection's name.
33     */     */
34    SmartCollection(const char* cutName) :    SmartCollection(const char* collectionName) :
35      PamCutCollection(cutName), _actions(0) {      PamCutCollection(collectionName), _actions(0) {
36    }    }
37    
38    /*! @brief Destructor. */    /*! @brief Destructor. */
39    ~SmartCollection(){    ~SmartCollection() {
40    }    }
41    
42    /*! @brief Adds an action to the SmartCollection */    /*! @brief Adds an action to the SmartCollection */

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

  ViewVC Help
Powered by ViewVC 1.1.23