Changeset 857 for trunk/src/STSubTable.h


Ignore:
Timestamp:
03/01/06 11:48:43 (18 years ago)
Author:
mar637
Message:

added name()
reworked copy constructor for (Table tab) to tale name of the derived class
fixed bug in constructor, where Table::New was used instead of Table::Scratch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STSubTable.h

    r849 r857  
    3131public:
    3232  STSubTable() {;}
    33   STSubTable( casa::Table tab );
    34   STSubTable( const Scantable& parent,
    35               const casa::String& name );
     33  STSubTable( casa::Table tab, const casa::String& name);
     34  STSubTable( const Scantable& parent, const casa::String& name );
    3635
    3736  virtual ~STSubTable();
     
    4645  virtual void setup() = 0;
    4746  // -> virtual bool conformant(const STSubTable& other) = 0;
     47
     48  virtual const casa::String& name() const = 0;
    4849
    4950  /**
     
    6263
    6364private:
     65
    6466};
    6567
Note: See TracChangeset for help on using the changeset viewer.