summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/TM_Daemon/MonitorManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/TM_Daemon/MonitorManager.h')
-rw-r--r--CIAO/DAnCE/TM_Daemon/MonitorManager.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/CIAO/DAnCE/TM_Daemon/MonitorManager.h b/CIAO/DAnCE/TM_Daemon/MonitorManager.h
new file mode 100644
index 00000000000..45700e8708f
--- /dev/null
+++ b/CIAO/DAnCE/TM_Daemon/MonitorManager.h
@@ -0,0 +1,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