Changeset 3572 in Sophya for trunk/SophyaPI/PIext/servnobjm.h
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.h
r3279 r3572 20 20 #include "zthread.h" 21 21 22 #ifdef SANS_EVOLPLANCK23 class NTuple;24 class Histo;25 class Histo2D;26 class HProf;27 #else28 22 namespace SOPHYA { 29 23 class NTuple; … … 32 26 class HProf; 33 27 } 34 #endif35 28 36 29 class PIStdImgApp; … … 127 120 static void DecodeLoopParameters(string& loop, int_8& i1, int_8& i2, int_8& di); 128 121 string FileName2Name(string const & fn); 129 c har* PClassIdToClassName(int cid);122 const char* PClassIdToClassName(int cid); 130 123 131 124 protected:
Note:
See TracChangeset
for help on using the changeset viewer.