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.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/tao/Remote_Invocation.h b/TAO/tao/Remote_Invocation.h
index a5a71c9116c..066cb23f624 100644
--- a/TAO/tao/Remote_Invocation.h
+++ b/TAO/tao/Remote_Invocation.h
@@ -66,23 +66,19 @@ namespace TAO
protected:
/// Initialize the @a spec.
- void init_target_spec (TAO_Target_Specification &spec
- );
+ void init_target_spec (TAO_Target_Specification &spec);
/// Write the GIOP header into the stream.
void write_header (TAO_Target_Specification &spec,
- TAO_OutputCDR &out_stream
- );
+ TAO_OutputCDR &out_stream);
/// Marshal the arguments into the stream.
- void marshal_data (TAO_OutputCDR &cdr
- );
+ void marshal_data (TAO_OutputCDR &cdr);
/// Write the message onto the socket
Invocation_Status send_message (TAO_OutputCDR &cdr,
short message_semantics,
- ACE_Time_Value *max_wait_time
- );
+ ACE_Time_Value *max_wait_time);
protected:
/// Our resolver