Last change
on this file since 295 was 295, checked in by ercodmgr, 26 years ago |
Mise aux "normes" version DPC/Planck - Gestion des objets a travers
un adaptateur/interface NTuple par NamedObjMgr.
Enregistrement d'objets et de l'adaptateur (I/O PPersist, display, ...)
par ServNobjMgr .... Reza 13/05/99
|
File size:
316 bytes
|
Rev | Line | |
---|
[165] | 1 | #ifndef PIINIT_H_SEEN
|
---|
| 2 | #define PIINIT_H_SEEN
|
---|
| 3 |
|
---|
[293] | 4 | #include "outilsinit.h"
|
---|
[295] | 5 | #include "pistdimgapp.h"
|
---|
[165] | 6 |
|
---|
[295] | 7 | // Classe d initialisation pour le module PI de PEIDA
|
---|
[165] | 8 |
|
---|
[295] | 9 | class PIAppInitiator : public PeidaOutilsInitiator {
|
---|
[165] | 10 | private:
|
---|
| 11 | static int FgInit;
|
---|
| 12 | public:
|
---|
[295] | 13 | PIAppInitiator(PIStdImgApp *);
|
---|
| 14 | virtual ~PIAppInitiator();
|
---|
[165] | 15 | };
|
---|
| 16 |
|
---|
| 17 |
|
---|
| 18 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.