Changeset 3572 in Sophya for trunk/SophyaPI/PIext/servnobjm.h


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/SophyaPI/PIext/servnobjm.h

    r3279 r3572  
    2020#include "zthread.h"
    2121
    22 #ifdef SANS_EVOLPLANCK
    23 class NTuple;
    24 class Histo;
    25 class Histo2D;
    26 class HProf;
    27 #else
    2822namespace SOPHYA {
    2923class NTuple;
     
    3226class HProf;
    3327}
    34 #endif
    3528
    3629class PIStdImgApp;
     
    127120  static void   DecodeLoopParameters(string& loop, int_8& i1, int_8& i2, int_8& di);
    128121  string        FileName2Name(string const & fn);
    129   char*         PClassIdToClassName(int cid);
     122  const char*   PClassIdToClassName(int cid);
    130123
    131124protected:
Note: See TracChangeset for help on using the changeset viewer.