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