Changeset 10934


Ignore:
Timestamp:
06/08/11 20:12:59 (13 years ago)
Author:
tbretz
Message:
Added some const-qualifier
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Fits.h

    r10898 r10934  
    8585                }
    8686                ///returns wether or not the file is currently open or not
    87                 bool IsOpen() {return fFile != NULL;}
     87                bool IsOpen() const {return fFile != NULL;}
    8888               
    8989                ///Adds a column that exists in all FITS files
     
    103103               
    104104                ///Get the size currently written on the disk
    105                 int GetWrittenSize();
     105                int GetWrittenSize() const;
    106106private:
    107107                template <typename T>
Note: See TracChangeset for help on using the changeset viewer.