summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/TM_Daemon/MonitorManager.h
blob: 45700e8708faed405020f8feaabde138a85657f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef MONITORMANAGERH
#define MONITORMANAGERH

class MonitorManager
{

      /**
       * @brief This function calls all NM and gives them
       * the sub-domain
       */
      int call_all_node_managers ();
};
#endif