Changeset 2860 in Sophya for trunk/SophyaExt/FitsIOServer/fitsinoutfile.h
- Timestamp:
- Dec 20, 2005, 7:25:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsinoutfile.h
r2843 r2860 82 82 FitsInOutFile(string const & name, FitsIOMode mode); 83 83 FitsInOutFile(const char* name, FitsIOMode mode); 84 FitsInOutFile(FitsInOutFile const& fios); 84 85 virtual ~FitsInOutFile(); 85 86 … … 191 192 string fname_; // File name as passed to creator 192 193 FitsIOMode mode_; 194 bool ownfptr; // If true, owns the FitsPointer, which will be closed by the destructor 193 195 194 196 // Default extension name
Note:
See TracChangeset
for help on using the changeset viewer.