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