Changeset 3572 in Sophya for trunk/SophyaExt/FitsIOServer/fitsfile.h
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsfile.h
r3493 r3572 64 64 65 65 virtual ~FitsIOHandler() {} 66 void Read(c har flnm[],int hdunum= 0);67 void Write(c har flnm[]) ;66 void Read(const char flnm[],int hdunum= 0); 67 void Write(const char flnm[]) ; 68 68 69 69 //Implementation par defaut de l'interface FitsHandlerInterface … … 181 181 void ResetStatus(int& status) ; 182 182 static void printerror(int&) ; 183 static void printerror(int&,c har* texte) ;184 static void printerrorAndContinue(int& status, char* texte);183 static void printerror(int&,const char* texte) ; 184 static void printerrorAndContinue(int& status,const char* texte); 185 185 inline void InitNull() 186 186 {
Note:
See TracChangeset
for help on using the changeset viewer.