Last change
on this file since 3738 was 1783, checked in by aubourg, 24 years ago |
pour compilation darwin (MacOS X 10.1.1)
|
File size:
520 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 | // Classe d''initialisation pour le module de NTools
|
---|
| 8 | #include "tarrinit.h"
|
---|
| 9 |
|
---|
| 10 | namespace SOPHYA {
|
---|
| 11 |
|
---|
[926] | 12 | //! Tools initiator
|
---|
[757] | 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.