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.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/CIAO/examples/UAV/UCAV_GS/UCAV_GS.idl b/TAO/CIAO/examples/UAV/UCAV_GS/UCAV_GS.idl
index f46800c0790..5a4853df02b 100644
--- a/TAO/CIAO/examples/UAV/UCAV_GS/UCAV_GS.idl
+++ b/TAO/CIAO/examples/UAV/UCAV_GS/UCAV_GS.idl
@@ -18,7 +18,8 @@ module BBN_UAV
{
component UCAV_GS
{
- consumes StartMove start_move;
+ publishes StartMove start_move;
+ consumes PrepareMove prepare_move;
};
home UCAV_GSHome manages UCAV_GS