Changeset 3023 in Sophya for trunk/SophyaExt/FitsIOServer/fiosinit.cc
- Timestamp:
- Jul 17, 2006, 2:32:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fiosinit.cc
r2932 r3023 23 23 */ 24 24 int FitsIOServerInitiator::FgInit = 0; 25 26 // Module version number - 2.0 , Jul 2006 27 #define MOD_VERS 2.0 25 28 26 29 FitsIOServerInitiator::FitsIOServerInitiator() … … 56 59 //DBG cout << " ---- FitsIOServerInitiator / DEBUG ---- ListHandlers() : " << endl; 57 60 //DBG FitsManager::ListHandlers(); 61 62 SophyaInitiator::RegisterModule("FitsIOServer", MOD_VERS); // Module name and version number registration 58 63 } 59 64 … … 66 71 // On met un objet initiator en statique, pour les loaders qui savent 67 72 // appeler le constructeur des objets statiques 68 //static FitsIOServerInitiator s_fios_init_;73 static FitsIOServerInitiator s_fios_init_; 69 74
Note:
See TracChangeset
for help on using the changeset viewer.