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

    r1859 r3106  
    1818namespace asap {
    1919/**
    20   * This class provides the a casa::LogSink implementation for asap
     20  * This class provides the a casacore::LogSink implementation for asap
    2121  * It should be used to catch all casa logMessage and replace the globalSink.
    2222  * It provides an overloaded postLocally which accepts strings so it can also
     
    2727  * @version
    2828  */
    29 class AsapLogSink : public casa::MemoryLogSink {
     29class AsapLogSink : public casacore::MemoryLogSink {
    3030public:
    3131  /**
Note: See TracChangeset for help on using the changeset viewer.