source: ELYSE/tags/v1r0/ELYSE/IAppManager.hh @ 595

Last change on this file since 595 was 286, checked in by campagne, 18 years ago

ELYSE sauvegarde provisoire (JEC)

File size: 238 bytes
Line 
1#ifndef ELYSE_IAppManager_hh
2#define ELYSE_IAppManager_hh
3
4namespace ELYSE {
5
6class IAppManager  {
7public:       
8  virtual ~IAppManager() {}
9public:       
10  virtual void closeTree() = 0;
11  virtual bool initialize() = 0;
12};
13
14}
15
16#endif
Note: See TracBrowser for help on using the repository browser.