summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/UCAV/UCAV.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/UAV/UCAV/UCAV.idl')
-rw-r--r--TAO/CIAO/examples/UAV/UCAV/UCAV.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/CIAO/examples/UAV/UCAV/UCAV.idl b/TAO/CIAO/examples/UAV/UCAV/UCAV.idl
index 8055b50bcdd..fb04763402f 100644
--- a/TAO/CIAO/examples/UAV/UCAV/UCAV.idl
+++ b/TAO/CIAO/examples/UAV/UCAV/UCAV.idl
@@ -6,6 +6,7 @@
* Definition of the UCAV component
*
* @author George Edwards <g.edwards@vanderbilt.edu>
+ * @author Gan Deng <gan.deng@vanderbilt.edu>
*/
//=============================================================================
#ifndef CIAO_UCAV_IDL
@@ -17,7 +18,7 @@ module BBN_UAV
{
component UCAV
{
- consumes EngageTarget engage_target;
+ consumes StartMove start_move;
};
home UCAVHome manages UCAV