BrDataTable question

From: Peter H. L. Christiansen (pchristi@nbi.dk)
Date: Tue May 22 2001 - 13:50:09 EDT

  • Next message: hagel@comp.tamu.edu: "Re: BrDataTable question"

    Hi
    
    Is it ok to change the methods in BrDataTable
    DeleteAndCompress so it does not only delete but also compresses the
    objectarray as the method name implies and the same for the
    DeleteAndCompressAt method.
    I can also add 2 methods DeleteObject and DeleteObjectAt that does the
    same as the old DeleteAndCompress methods.
    
    As far as I can see :
    
    hilux10:brat> grep DeleteAndCompress */inc/*.h
    base/inc/BrDataTable.h:  void               DeleteAndCompress(TObject*
    obj);
    base/inc/BrDataTable.h:  void               DeleteAndCompressAt(Int_t i);
    hilux10:brat> grep DeleteAndCompress */src/*.cxx
    base/src/BrDataTable.cxx:BrDataTable::DeleteAndCompress(TObject *obj)
    base/src/BrDataTable.cxx:BrDataTable::DeleteAndCompressAt(Int_t i)
    
    they are not used by any other classes.
    
    Cheers
       Peter
    
    -- 
    :-) --------------------------------- )-:
    |Peter H L Christiansen aka PAN @ NBI	|
    |EMAIL  : pchristi@nbi.dk		|
    |OFFICE : Tb1 @ NBI			|
    |PHONE  : 353 25269			|
    |SNAIL  : Hans Tavsensgade 35, 4th	|
    |PHONE  : 35 349336			|
    :-D --------------------------------- \-:
    



    This archive was generated by hypermail 2b29 : Tue May 22 2001 - 13:51:04 EDT