Changeset 260 for trunk/src/SDMemTable.h


Ignore:
Timestamp:
01/22/05 16:42:38 (19 years ago)
Author:
vor010
Message:

SDMemTable & SDMemTableWrapper: formatSec and summary are now const functions.
Makefile has been updated to use the same version for both Narrabri and Epping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.h

    r251 r260  
    130130
    131131  // get a summary of the table
    132   virtual std::string summary();
     132  virtual std::string summary() const;
    133133
    134134  std::vector<std::string> history(int whichRow=0) const;
     
    185185private:
    186186  // utility func for nice printout
    187   casa::String formatSec(casa::Double x);
     187  casa::String formatSec(casa::Double x) const;
    188188  void setup();
    189189  // the current cursor into the array
Note: See TracChangeset for help on using the changeset viewer.