summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Ground/Ground_Component.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/space/Ground/Ground_Component.cidl')
-rw-r--r--CIAO/examples/space/Ground/Ground_Component.cidl20
1 files changed, 20 insertions, 0 deletions
diff --git a/CIAO/examples/space/Ground/Ground_Component.cidl b/CIAO/examples/space/Ground/Ground_Component.cidl
new file mode 100644
index 00000000000..afdb1ac417c
--- /dev/null
+++ b/CIAO/examples/space/Ground/Ground_Component.cidl
@@ -0,0 +1,20 @@
+// -*- CIDL -*-
+
+// This file was generated by
+// $Id$
+
+#ifndef _GROUND_COMPONENT_CIDL_
+#define _GROUND_COMPONENT_CIDL_
+
+#include "Ground_Component.idl"
+
+composition session Ground_Component
+{
+ home executor Ground_Station_Factory_Exec
+ {
+ implements SPACE::Ground_Station_Factory;
+ manages Ground_Station_Exec;
+ };
+};
+
+#endif // !defined _GROUND_COMPONENT_CIDL_