summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/Ground/Ground.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/UAV/Ground/Ground.cidl')
-rw-r--r--TAO/CIAO/examples/UAV/Ground/Ground.cidl17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/CIAO/examples/UAV/Ground/Ground.cidl b/TAO/CIAO/examples/UAV/Ground/Ground.cidl
new file mode 100644
index 00000000000..388a5327c00
--- /dev/null
+++ b/TAO/CIAO/examples/UAV/Ground/Ground.cidl
@@ -0,0 +1,17 @@
+//$Id$
+
+#ifndef GROUND_CIDL
+#define GROUND_CIDL
+
+#include "Ground.idl"
+
+composition session Ground_Impl
+{
+ home executor GroundHome_Exec
+ {
+ implements BBN_UAV::GroundHome;
+ manages Ground_Exec;
+ };
+};
+
+#endif /* GROUND_CIDL */