summaryrefslogtreecommitdiff
path: root/CIAO/examples/Null_Component/Null_Component.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Null_Component/Null_Component.cidl')
-rw-r--r--CIAO/examples/Null_Component/Null_Component.cidl21
1 files changed, 0 insertions, 21 deletions
diff --git a/CIAO/examples/Null_Component/Null_Component.cidl b/CIAO/examples/Null_Component/Null_Component.cidl
deleted file mode 100644
index 85c4d2188c3..00000000000
--- a/CIAO/examples/Null_Component/Null_Component.cidl
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * @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 */