Last change
on this file since 1118 was 758, checked in by ansari, 26 years ago |
Restructuration de Sophya en petits modules (creation de SkyMap en particulier)
Reza 2/3/2000
|
File size:
511 bytes
|
Line | |
---|
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++
|
---|
9 | #include "skymapinit.h"
|
---|
10 | #include "ntoolsinit.h"
|
---|
11 |
|
---|
12 | class SambaInitiator : public SkyMapInitiator {
|
---|
13 | private:
|
---|
14 | static int FgInit;
|
---|
15 | NToolsInitiator * ntinit;
|
---|
16 | public:
|
---|
17 | SambaInitiator();
|
---|
18 | virtual ~SambaInitiator();
|
---|
19 | };
|
---|
20 |
|
---|
21 | #undef SophyaInit
|
---|
22 | #define SophyaInit() SambaInitiator sambainitiator
|
---|
23 |
|
---|
24 | #endif
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.