Ignore:
Timestamp:
Dec 20, 2005, 7:25:51 PM (20 years ago)
Author:
ansari
Message:

Ajout constructeur de copie (pas parfait) pour FitsInOutFile + modifs classes FitsFile/FitsInFile/FitsOutFile pour heriter de FitsInOutFile avec constructeur a partir de FitsInOutFile - Reza 20/12/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsinoutfile.h

    r2843 r2860  
    8282                   FitsInOutFile(string const & name, FitsIOMode mode);
    8383                   FitsInOutFile(const char* name, FitsIOMode mode);
     84                   FitsInOutFile(FitsInOutFile const& fios);
    8485 virtual           ~FitsInOutFile();
    8586
     
    191192 string fname_;       //  File name as passed to creator
    192193 FitsIOMode mode_;   
     194 bool ownfptr;        //  If true, owns the FitsPointer, which will be closed by the destructor
    193195
    194196 // Default extension name
Note: See TracChangeset for help on using the changeset viewer.