Changeset 3106 for trunk/src/NROFiller.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/NROFiller.h

    r1904 r3106  
    4242{
    4343  public:
    44     explicit NROFiller(casa::CountedPtr<Scantable> stable);
     44    explicit NROFiller(casacore::CountedPtr<Scantable> stable);
    4545    virtual ~NROFiller();
    4646
    47     bool open(const std::string& filename, const casa::Record& rec) ;
     47    bool open(const std::string& filename, const casacore::Record& rec) ;
    4848    void fill() ;
    4949    void close() ;
     
    5858    // pointer to the reader
    5959    //NROReader *reader_ ;
    60     casa::CountedPtr<NROReader> reader_ ;
     60    casacore::CountedPtr<NROReader> reader_ ;
    6161};
    6262
Note: See TracChangeset for help on using the changeset viewer.