Ignore:
Timestamp:
10/04/16 18:20:50 (8 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes/No?

Interface Changes: Yes/No?

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...


Check-in asap modifications from Jim regarding casacore namespace conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STSubTable.h

    r2658 r3106  
    3131public:
    3232  STSubTable() {;}
    33   STSubTable( casa::Table tab, const casa::String& name);
    34   STSubTable( const Scantable& parent, const casa::String& name );
     33  STSubTable( casacore::Table tab, const casacore::String& name);
     34  STSubTable( const Scantable& parent, const casacore::String& name );
    3535
    3636  virtual ~STSubTable();
     
    4646  // -> virtual bool conformant(const STSubTable& other) = 0;
    4747
    48   virtual const casa::String& name() const = 0;
     48  virtual const casacore::String& name() const = 0;
    4949
    5050  /**
     
    5353   * @return the 'old' IDs
    5454   */
    55   casa::Vector<casa::uInt> repopulate();
     55  casacore::Vector<casacore::uInt> repopulate();
    5656
    57   const casa::Table& table() const { return table_; }
    58   casa::Table table() { return table_; }
     57  const casacore::Table& table() const { return table_; }
     58  casacore::Table table() { return table_; }
    5959
    6060protected:
    61   casa::Table table_;
    62   casa::ScalarColumn<casa::uInt> idCol_;
     61  casacore::Table table_;
     62  casacore::ScalarColumn<casacore::uInt> idCol_;
    6363
    6464private:
Note: See TracChangeset for help on using the changeset viewer.