source: XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/daemons_manager.hpp @ 1761

Last change on this file since 1761 was 1761, checked in by ymipsl, 5 years ago

implementing first guess for service functionnalities.

YM

  • Property svn:executable set to *
File size: 268 bytes
Line 
1#ifndef __DAEMONS_MANAGER_HPP__
2#define __DAEMONS_MANAGER_HPP__
3
4namespace xios
5{
6
7
8  class CDaemonsManager
9  {
10    public:
11
12    CDaemonsManager(bool isXiosServer) ;
13
14    bool eventLoop(void) ;
15   
16    private:
17    bool isServer_ ;
18  } ;
19}
20
21#endif
Note: See TracBrowser for help on using the repository browser.