summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/UCAV_GS/UCAV_GS.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/UAV/UCAV_GS/UCAV_GS.idl')
-rw-r--r--TAO/CIAO/examples/UAV/UCAV_GS/UCAV_GS.idl29
1 files changed, 29 insertions, 0 deletions
diff --git a/TAO/CIAO/examples/UAV/UCAV_GS/UCAV_GS.idl b/TAO/CIAO/examples/UAV/UCAV_GS/UCAV_GS.idl
new file mode 100644
index 00000000000..f46800c0790
--- /dev/null
+++ b/TAO/CIAO/examples/UAV/UCAV_GS/UCAV_GS.idl
@@ -0,0 +1,29 @@
+//$Id$
+//=============================================================================
+/**
+ * @file UCAV_GS.idl
+ *
+ * Definition of the UCAV_GS component
+ *
+ * @author Gan Deng <gan.deng@vanderbilt.edu>
+ * @author George Edwards <g.edwards@vanderbilt.edu>
+ */
+//=============================================================================
+#ifndef CIAO_UCAV_GS_IDL
+#define CIAO_UCAV_GS_IDL
+
+#include "../BBN_UAV.idl"
+
+module BBN_UAV
+{
+ component UCAV_GS
+ {
+ consumes StartMove start_move;
+ };
+
+ home UCAV_GSHome manages UCAV_GS
+ {
+ };
+};
+
+#endif /*CIAO_UCAV_GS_IDL */