| Last change
 on this file since 975 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 | 
      
      
| 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 |  | 
|---|
| [758] | 12 | class SambaInitiator : public SkyMapInitiator { | 
|---|
| [518] | 13 | private: | 
|---|
|  | 14 | static int FgInit; | 
|---|
| [758] | 15 | NToolsInitiator * ntinit; | 
|---|
| [518] | 16 | public: | 
|---|
|  | 17 | SambaInitiator(); | 
|---|
|  | 18 | virtual               ~SambaInitiator(); | 
|---|
|  | 19 | }; | 
|---|
|  | 20 |  | 
|---|
| [758] | 21 | #undef SophyaInit | 
|---|
|  | 22 | #define SophyaInit() SambaInitiator sambainitiator | 
|---|
| [518] | 23 |  | 
|---|
|  | 24 | #endif | 
|---|
|  | 25 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.