Last change
on this file since 3994 was 1371, checked in by ansari, 25 years ago |
MAJ documentation, Makefile, ... - Reza 5/1/2001
|
File size:
556 bytes
|
Rev | Line | |
---|
[518] | 1 | // This may look like C code, but it is really -*- C++ -*-
|
---|
| 2 | // Classe d'initialiseur du module Outils++
|
---|
| 3 |
|
---|
| 4 | #ifndef SAMBAINIT_H_SEEN
|
---|
| 5 | #define SAMBAINIT_H_SEEN
|
---|
| 6 |
|
---|
| 7 |
|
---|
| 8 | // Classe d''initialisation pour les modules de PEIDA++
|
---|
[758] | 9 | #include "skymapinit.h"
|
---|
| 10 | #include "ntoolsinit.h"
|
---|
[518] | 11 |
|
---|
[1371] | 12 | namespace SOPHYA {
|
---|
| 13 |
|
---|
[758] | 14 | class SambaInitiator : public SkyMapInitiator {
|
---|
[518] | 15 | private:
|
---|
| 16 | static int FgInit;
|
---|
[758] | 17 | NToolsInitiator * ntinit;
|
---|
[518] | 18 | public:
|
---|
| 19 | SambaInitiator();
|
---|
| 20 | virtual ~SambaInitiator();
|
---|
| 21 | };
|
---|
| 22 |
|
---|
[758] | 23 | #undef SophyaInit
|
---|
| 24 | #define SophyaInit() SambaInitiator sambainitiator
|
---|
[518] | 25 |
|
---|
[1371] | 26 | } // namespace SOPHYA
|
---|
| 27 |
|
---|
[518] | 28 | #endif
|
---|
| 29 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.