Changeset 3106 for trunk/src/STHistory.h


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/STHistory.h

    r2820 r3106  
    3030public:
    3131  STHistory() {;}
    32   explicit STHistory(casa::Table tab);
     32  explicit STHistory(casacore::Table tab);
    3333  explicit STHistory( const Scantable& parent );
    3434
     
    4242   * @return an ID (irrelevant)
    4343   */
    44   casa::uInt addEntry( const casa::String& item);
     44  casacore::uInt addEntry( const casacore::String& item);
    4545
    4646  /**
     
    5050   * @param id an uInt ID
    5151   */
    52   void getEntry( casa::String& item, casa::uInt id);
     52  void getEntry( casacore::String& item, casacore::uInt id);
    5353
    5454  /**
     
    6464  std::vector<std::string> getHistory(int nrow=-1, int start=0 ) const;
    6565
    66   const casa::String& name() const { return name_; }
     66  const casacore::String& name() const { return name_; }
    6767
    6868  int nrow() const { return table_.nrow(); }
     
    7373private:
    7474  void setup();
    75   static const casa::String name_;
    76   casa::ScalarColumn<casa::String> itemCol_;
     75  static const casacore::String name_;
     76  casacore::ScalarColumn<casacore::String> itemCol_;
    7777};
    7878
Note: See TracChangeset for help on using the changeset viewer.