summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/UAV/UAV.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/UAV/UAV/UAV.idl')
-rw-r--r--TAO/CIAO/examples/UAV/UAV/UAV.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/CIAO/examples/UAV/UAV/UAV.idl b/TAO/CIAO/examples/UAV/UAV/UAV.idl
index d21feea8ea1..7abcefa9468 100644
--- a/TAO/CIAO/examples/UAV/UAV/UAV.idl
+++ b/TAO/CIAO/examples/UAV/UAV/UAV.idl
@@ -6,6 +6,7 @@
* Definition of the UAV component
*
* @author George Edwards <g.edwards@vanderbilt.edu>
+ * @author Gan Deng <gan.deng@vanderbilt.edu>
*/
//=============================================================================
#ifndef CIAO_UAV_IDL
@@ -17,7 +18,6 @@ module BBN_UAV
{
component UAV
{
- publishes TargetLocated target_located;
consumes StartCapture start_capture;
};