Ignore:
Timestamp:
01/23/13 19:22:04 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-4770

Ready for Test: Yes

Interface Changes: 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...

Changed implementation not to use friend.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STCalibration.h

    r2742 r2747  
    2626#include "STApplyTable.h"
    2727
    28 class CalibrationManager;
    29 
    3028namespace asap {
    3129
     
    3533 */
    3634class STCalibration {
    37 
    38   friend class CalibrationManager;
    39 
    4035public:
    4136  STCalibration(casa::CountedPtr<Scantable> &s);
     
    4641
    4742  void save(casa::String name) {applytable_->save(name);}
    48   const STApplyTable &applytable() {return *applytable_;}
     43  //const STApplyTable &applytable() {return *applytable_;}
     44  const casa::CountedPtr<STApplyTable> applytable() {return applytable_;}
    4945protected:
    5046  virtual void setupSelector() = 0;
Note: See TracChangeset for help on using the changeset viewer.