source: Sophya/trunk/SophyaLib/SkyT/skyinit.h@ 669

Last change on this file since 669 was 668, checked in by ansari, 26 years ago

Ajout de classes deleguees PPersist et correction integration - Sophie 29/11/99

File size: 456 bytes
Line 
1// This may look like C code, but it is really -*- C++ -*-
2// Classe d'initialiseur du module Outils++
3
4#ifndef SKYTINIT_H_SEEN
5#define SKYTINIT_H_SEEN
6
7
8// Classe d''initialisation pour les modules de PEIDA++
9#include "outilsinit.h"
10
11class SkyTInitiator : public PeidaOutilsInitiator {
12private:
13 static int FgInit;
14public:
15 SkyTInitiator();
16 virtual ~SkyTInitiator();
17};
18
19#undef PeidaInit
20#define PeidaInit() SkyTInitiator _skytinitiator_
21
22#endif
23
Note: See TracBrowser for help on using the repository browser.