Last change
on this file since 2906 was 2864, checked in by ansari, 20 years ago |
1/ Ajout methode CheckReadability() , retour int pour CheckHandling() ds l'interface FitsHandler et propagation vers handler TArray et DataTable
2/ Correction dans FitsManager et ajout initialiseur de module FitsIOServer (fiosinit.h .cc)
3/ FitsSwapper complete - corrige - full template (suppression de fitsswapper.cc)
4/ MAJ Makefile et objlist.list suite ajout fiosinit.cc et swfitsdtable
Reza , 2 Jan 2006
|
-
Property svn:executable
set to
*
|
File size:
538 bytes
|
Rev | Line | |
---|
[2864] | 1 | // This may look like C code, but it is really -*- C++ -*-
|
---|
| 2 | // Classe d'initialiseur du module FitsIOServer
|
---|
| 3 |
|
---|
| 4 | #ifndef FITSIOSERVERINIT_H_SEEN
|
---|
| 5 | #define FITSIOSERVERINIT_H_SEEN
|
---|
| 6 |
|
---|
| 7 |
|
---|
| 8 | // Classe d''initialisation pour les modules de PEIDA++
|
---|
| 9 | #include "sophyainit.h"
|
---|
| 10 |
|
---|
| 11 | namespace SOPHYA {
|
---|
| 12 |
|
---|
| 13 | class FitsIOServerInitiator : public SophyaInitiator {
|
---|
| 14 | private:
|
---|
| 15 | static int FgInit;
|
---|
| 16 | public:
|
---|
| 17 | FitsIOServerInitiator();
|
---|
| 18 | virtual ~FitsIOServerInitiator();
|
---|
| 19 | };
|
---|
| 20 |
|
---|
| 21 | #define FitsIOServerInit() FitsIOServerInitiator fitsiosrvinit
|
---|
| 22 |
|
---|
| 23 |
|
---|
| 24 | } // namespace SOPHYA
|
---|
| 25 |
|
---|
| 26 | #endif
|
---|
| 27 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.