source: Sophya/trunk/SophyaLib/TArray/tarrinit.h@ 762

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

Reorganisation - Creation du module TArray - Reza 2/3/2000

File size: 503 bytes
Line 
1// This may look like C code, but it is really -*- C++ -*-
2// Classe d'initialiseur du module TArray
3
4#ifndef TARRAYINIT_H_SEEN
5#define TARRAYINIT_H_SEEN
6
7
8// Classe d''initialisation pour le module de NTools
9#include "sophyainit.h"
10
11namespace SOPHYA {
12
13class TArrayInitiator : public SophyaInitiator {
14private:
15 static int FgInit;
16public:
17 TArrayInitiator();
18 virtual ~TArrayInitiator();
19};
20
21#undef SophyaInit
22#define SophyaInit() TArrayInitiator tarrayinitiator
23
24} // Fin du namespace
25
26#endif
27
Note: See TracBrowser for help on using the repository browser.