Ignore:
Timestamp:
Feb 7, 2009, 10:50:34 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009

File:
1 edited

Legend:

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

    r3493 r3572  
    6464
    6565   virtual ~FitsIOHandler() {}
    66    void   Read(char flnm[],int hdunum= 0);
    67    void   Write(char flnm[]) ;
     66   void   Read(const char flnm[],int hdunum= 0);
     67   void   Write(const char flnm[]) ;
    6868
    6969   //Implementation par defaut de l'interface FitsHandlerInterface
     
    181181void         ResetStatus(int& status) ;
    182182static  void printerror(int&) ;
    183 static  void printerror(int&,char* texte) ;
    184 static  void printerrorAndContinue(int& status, char* texte);
     183static  void printerror(int&,const char* texte) ;
     184static  void printerrorAndContinue(int& status,const char* texte);
    185185inline void  InitNull()
    186186  {
Note: See TracChangeset for help on using the changeset viewer.