summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/Null_Component/Null_Component.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/examples/Null_Component/Null_Component.cidl')
-rw-r--r--modules/CIAO/examples/Null_Component/Null_Component.cidl21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/CIAO/examples/Null_Component/Null_Component.cidl b/modules/CIAO/examples/Null_Component/Null_Component.cidl
new file mode 100644
index 00000000000..85c4d2188c3
--- /dev/null
+++ b/modules/CIAO/examples/Null_Component/Null_Component.cidl
@@ -0,0 +1,21 @@
+/**
+ * @file Null_Component.cidl
+ *
+ * @author Abdul Sowayan <abdullah.sowayan@lmco.com>
+ */
+
+#ifndef NULL_COMPONENT_CIDL
+#define NULL_COMPONENT_CIDL
+
+#include "Null_Component.idl"
+
+composition session Null_Component_Impl
+{
+ home executor Null_Component_Home_Exec
+ {
+ implements Null_Component_Home;
+ manages Null_Component_Exec;
+ };
+};
+
+#endif /* NULL_COMPONENT_CIDL */