summaryrefslogtreecommitdiff
path: root/TAO/tao/Remote_Invocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Remote_Invocation.h')
-rw-r--r--TAO/tao/Remote_Invocation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Remote_Invocation.h b/TAO/tao/Remote_Invocation.h
index a57de7f307c..7285a49abc5 100644
--- a/TAO/tao/Remote_Invocation.h
+++ b/TAO/tao/Remote_Invocation.h
@@ -73,9 +73,9 @@ namespace TAO
TAO_OutputCDR &cdr
ACE_ENV_ARG_DECL);
- void send_message (short message_semantics,
- TAO_OutputCDR &cdr
- ACE_ENV_ARG_DECL);
+ Invocation_Status send_message (TAO_OutputCDR &cdr,
+ short message_semantics
+ ACE_ENV_ARG_DECL);
protected:
Profile_Transport_Resolver &resolver_;
TAO_Operation_Details &detail_;