summaryrefslogtreecommitdiff
path: root/SA_POP/examples/Space/source/Exec/Exec_Component.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'SA_POP/examples/Space/source/Exec/Exec_Component.cidl')
-rw-r--r--SA_POP/examples/Space/source/Exec/Exec_Component.cidl20
1 files changed, 0 insertions, 20 deletions
diff --git a/SA_POP/examples/Space/source/Exec/Exec_Component.cidl b/SA_POP/examples/Space/source/Exec/Exec_Component.cidl
deleted file mode 100644
index b2a495cd4fd..00000000000
--- a/SA_POP/examples/Space/source/Exec/Exec_Component.cidl
+++ /dev/null
@@ -1,20 +0,0 @@
-// -*- CIDL -*-
-
-// This file was generated by
-// $Id$
-
-#ifndef _EXEC_COMPONENT_CIDL_
-#define _EXEC_COMPONENT_CIDL_
-
-#include "Exec_Component.idl"
-
-composition session Exec_Component
-{
- home executor Exec_Component_Factory_Exec
- {
- implements SPACE::Exec_Component_Factory;
- manages Exec_Component_Exec;
- };
-};
-
-#endif // !defined _EXEC_COMPONENT_CIDL_