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

Last change on this file since 293 was 293, checked in by ercodmgr, 26 years ago

Adaptation aux "normes DPC", introduction des classes CmdExecutor, ...
Fenetre d'aide en lignes, gestion de modules, ... Reza 11/05/99

File size: 389 bytes
Line 
1#ifndef PIINIT_H_SEEN
2#define PIINIT_H_SEEN
3
4#include "outilsinit.h"
5
6// Classe d'initialisation pour le module PI de PEIDA
7
8class PeidaInteractiveInitiator : public PeidaOutilsInitiator {
9private:
10 static int FgInit;
11public:
12 PeidaInteractiveInitiator();
13 virtual ~PeidaInteractiveInitiator();
14};
15
16#undef PeidaInit
17#define PeidaInit() PeidaInteractiveInitiator peidainitiator
18
19#endif
Note: See TracBrowser for help on using the repository browser.