summaryrefslogtreecommitdiff
path: root/Output_Adapters/Component/Output_Manager.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'Output_Adapters/Component/Output_Manager.cidl')
-rw-r--r--Output_Adapters/Component/Output_Manager.cidl27
1 files changed, 27 insertions, 0 deletions
diff --git a/Output_Adapters/Component/Output_Manager.cidl b/Output_Adapters/Component/Output_Manager.cidl
new file mode 100644
index 00000000000..e26dba88b3a
--- /dev/null
+++ b/Output_Adapters/Component/Output_Manager.cidl
@@ -0,0 +1,27 @@
+#ifndef RACE_OUTPUT_MANAGER_CIDL
+#define RACE_OUTPUT_MANAGER_CIDL
+
+/*
+ * @file Output_Managet.cidl
+ * @brief This file contains the Output_Manager component implementation defination.
+ */
+
+#include "Output_Manager.idl"
+
+module CIAO
+{
+ module RACE
+ {
+ composition session Output_Manager_Impl
+ {
+ home executor Output_Manager_Home_Exec
+ {
+ implements Output_Manager_Home;
+ manages Output_Manager_Exec;
+ };
+ };
+ };
+};
+
+
+#endif /* RACE_OUTPUT_MANAGER_CIDL */