Changeset 878 for trunk/src/STAttr.h


Ignore:
Timestamp:
03/06/06 12:23:21 (18 years ago)
Author:
mar637
Message:

SDAttr->STAttr name change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STAttr.h

    r877 r878  
    11//#---------------------------------------------------------------------------
    2 //# SDAttr.h: Return known attributes about telescopes
     2//# STAttr.h: Return known attributes about telescopes
    33//#---------------------------------------------------------------------------
    44//# Copyright (C) 2004
     
    3636#include <casa/Utilities/CountedPtr.h>
    3737
    38 #include "SDLog.h"
     38#include "STLog.h"
    3939#include "STDefs.h"
    4040
     
    4444namespace asap {
    4545
    46 class SDAttr : public SDLog {
     46class STAttr : public STLog {
    4747
    4848 public:
    4949
    5050  // Constructor
    51   SDAttr();
     51  STAttr();
    5252 
    5353  // Destructor
    54   ~SDAttr();
     54  ~STAttr();
    5555 
    5656  // Copy Constructor (copy semantics)
    57   SDAttr(const SDAttr& other);
     57  STAttr(const STAttr& other);
    5858 
    5959  // Assignment  (copy semantics)
    60   SDAttr &operator=(const SDAttr& other);
     60  STAttr &operator=(const STAttr& other);
    6161 
    6262  // Telescope diameter(m). Throws exception if unknown.
Note: See TracChangeset for help on using the changeset viewer.