Last change
on this file since 787 was 757, checked in by ansari, 26 years ago |
restructuration - ajout de NToolsInitiator , Reza 2/3/2000
|
File size:
501 bytes
|
Rev | Line | |
---|
[757] | 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 |
|
---|
| 8 | // Classe d''initialisation pour le module de NTools
|
---|
| 9 | #include "tarrinit.h"
|
---|
| 10 |
|
---|
| 11 | namespace SOPHYA {
|
---|
| 12 |
|
---|
| 13 | class NToolsInitiator : public TArrayInitiator {
|
---|
| 14 | private:
|
---|
| 15 | static int FgInit;
|
---|
| 16 | public:
|
---|
| 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.