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