source: Sophya/trunk/SophyaLib/Samba/sambainit.h@ 3994

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
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
12namespace SOPHYA {
13
14class SambaInitiator : public SkyMapInitiator {
15private:
16 static int FgInit;
17 NToolsInitiator * ntinit;
18public:
19 SambaInitiator();
20 virtual ~SambaInitiator();
21};
22
23#undef SophyaInit
24#define SophyaInit() SambaInitiator sambainitiator
25
26} // namespace SOPHYA
27
28#endif
29
Note: See TracBrowser for help on using the repository browser.