Changeset 758 in Sophya for trunk/SophyaLib/Samba/sambainit.h
- Timestamp:
- Mar 2, 2000, 5:25:35 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/sambainit.h
r518 r758 7 7 8 8 // Classe d''initialisation pour les modules de PEIDA++ 9 #include "outilsinit.h" 9 #include "skymapinit.h" 10 #include "ntoolsinit.h" 10 11 11 class SambaInitiator : public PeidaOutilsInitiator {12 class SambaInitiator : public SkyMapInitiator { 12 13 private: 13 14 static int FgInit; 15 NToolsInitiator * ntinit; 14 16 public: 15 17 SambaInitiator(); … … 17 19 }; 18 20 19 #undef PeidaInit20 #define PeidaInit() SambaInitiator _sambainitiator_21 #undef SophyaInit 22 #define SophyaInit() SambaInitiator sambainitiator 21 23 22 24 #endif
Note:
See TracChangeset
for help on using the changeset viewer.