Changeset 3023 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- Jul 17, 2006, 2:32:19 PM (19 years ago)
- Location:
- trunk/SophyaExt/FitsIOServer
- Files:
-
- 2 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 -
trunk/SophyaExt/FitsIOServer/fitsioserver.h
r1952 r3023 2 2 #define FITSIOSERVER_SEEN 3 3 4 // Fits wrapper and generic handlers (array/tables) 5 #include "fitsinoutfile.h" 6 #include "fitsarrhand.h" 7 #include "fitshdtable.h" 8 #include "fitsmanager.h" 9 10 // Old (Pre V2 ) wrappers and handlers 4 11 #include "fitsfile.h" 5 #include "fitstarray.h" 12 6 13 #include "fitsspherehealpix.h" 7 14 #include "fitsntuple.h" 8 #include "fitsxntuple.h"15 // #include "fitsxntuple.h" 9 16 #include "fitslocalmap.h" 10 #include "fitsautoreader.h" 11 #include "fitsbntbllineRW.h" 17 18 // Classes read/write utilitaires a la cmv 12 19 #include "fbtntintf.h" 13 20
Note:
See TracChangeset
for help on using the changeset viewer.