source: Sophya/trunk/SophyaPI/PIext/piinit.cc@ 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: 513 bytes
RevLine 
[293]1#include "machdefs.h"
[165]2#include "piinit.h"
3
4
5int PeidaInteractiveInitiator::FgInit = 0;
6
7PeidaInteractiveInitiator::PeidaInteractiveInitiator()
[293]8 : PeidaOutilsInitiator()
[165]9{
10 FgInit++;
11 if (FgInit > 1) return;
12
13}
14
15PeidaInteractiveInitiator::~PeidaInteractiveInitiator()
16{
17 FgInit--;
18/* if (FgInit == 0)
19 {
20 } */
21}
22
23// On met un objet initiator en statique, pour les loaders qui savent
24// appeler le constructeur des objets statiques Reza 08/98
25static PeidaInteractiveInitiator pinteractivexxinit;
Note: See TracBrowser for help on using the repository browser.