source: Sophya/trunk/SophyaLib/NTools/ntoolsinit.h@ 3520

Last change on this file since 3520 was 1783, checked in by aubourg, 24 years ago

pour compilation darwin (MacOS X 10.1.1)

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