Changeset 1481


Ignore:
Timestamp:
01/17/09 19:04:12 (15 years ago)
Author:
Max Voronkov
Message:

restored proper constness for STWeather::getEntry. No change in behavior expected. This step is done now to simplify future development.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STWeather.cpp

    r856 r1481  
    108108void STWeather::getEntry( Float& temperature, Float& pressure,
    109109                          Float& humidity, Float& windspeed, Float& windaz,
    110                           uInt id )
     110                          uInt id ) const
    111111{
    112112  Table t = table_(table_.col("ID") == Int(id) );
  • trunk/src/STWeather.h

    r1353 r1481  
    4444                       casa::Float& humidity,
    4545                       casa::Float& windspeed, casa::Float& windaz,
    46                        casa::uInt id);
     46                       casa::uInt id) const;
    4747
    4848  const casa::String& name() const { return name_; }
Note: See TracChangeset for help on using the changeset viewer.