Changeset 295 in Sophya for trunk/SophyaPI/PIext/piinit.h
- Timestamp:
- May 13, 1999, 12:12:51 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piinit.h
r293 r295 3 3 4 4 #include "outilsinit.h" 5 #include "pistdimgapp.h" 5 6 6 // Classe d 'initialisation pour le module PI de PEIDA7 // Classe d initialisation pour le module PI de PEIDA 7 8 8 class P eidaInteractiveInitiator : public PeidaOutilsInitiator {9 class PIAppInitiator : public PeidaOutilsInitiator { 9 10 private: 10 11 static int FgInit; 11 12 public: 12 P eidaInteractiveInitiator();13 virtual ~P eidaInteractiveInitiator();13 PIAppInitiator(PIStdImgApp *); 14 virtual ~PIAppInitiator(); 14 15 }; 15 16 16 #undef PeidaInit17 #define PeidaInit() PeidaInteractiveInitiator peidainitiator18 17 19 18 #endif
Note:
See TracChangeset
for help on using the changeset viewer.