| 
            Last change
 on this file since 625 was             518, checked in by ansari, 26 years ago           | 
        
        
          | 
             
Introduction de SpherePosition and SphereCoordSys, and Initiator for module Samba - Reza+I. Grivell 26/10/99 
 
           | 
        
        
          | 
            File size:
            463 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 "outilsinit.h"
 | 
|---|
| 10 | 
 | 
|---|
| 11 | class SambaInitiator : public PeidaOutilsInitiator {
 | 
|---|
| 12 | private:
 | 
|---|
| 13 |   static int FgInit;
 | 
|---|
| 14 | public:
 | 
|---|
| 15 |                         SambaInitiator();
 | 
|---|
| 16 |   virtual               ~SambaInitiator();
 | 
|---|
| 17 | };
 | 
|---|
| 18 | 
 | 
|---|
| 19 | #undef PeidaInit
 | 
|---|
| 20 | #define PeidaInit() SambaInitiator _sambainitiator_
 | 
|---|
| 21 | 
 | 
|---|
| 22 | #endif
 | 
|---|
| 23 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.