source: Sophya/trunk/SophyaPI/PIext/piinit.h@ 411

Last change on this file since 411 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
Line 
1#ifndef PIINIT_H_SEEN
2#define PIINIT_H_SEEN
3
4#include "outilsinit.h"
5#include "pistdimgapp.h"
6
7// Classe d initialisation pour le module PI de PEIDA
8
9class PIAppInitiator : public PeidaOutilsInitiator {
10private:
11 static int FgInit;
12public:
13 PIAppInitiator(PIStdImgApp *);
14 virtual ~PIAppInitiator();
15};
16
17
18#endif
Note: See TracBrowser for help on using the repository browser.