Changeset 527 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/16/01 10:59:08 (24 years ago)
Author:
magicsol
Message:
The delete statements in the destructor have been removed to avoid the camera
program crashes when it assigns classes. which are  inherited from
MParContainer, to branches.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MParContainer.h

    r458 r527  
    3737    MParContainer(const MParContainer &named);
    3838    MParContainer& operator=(const MParContainer& rhs);
    39     virtual ~MParContainer() { delete fName; delete fTitle; }
     39    virtual ~MParContainer() {
     40      //delete fName; delete fTitle;
     41    }
    4042    virtual Int_t    Compare(TObject *obj);
    4143    virtual void     Copy(TObject &named);
Note: See TracChangeset for help on using the changeset viewer.