summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Lite.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Lite.h')
-rw-r--r--TAO/tao/GIOP_Message_Lite.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/GIOP_Message_Lite.h b/TAO/tao/GIOP_Message_Lite.h
index 5928868ef55..226880834fd 100644
--- a/TAO/tao/GIOP_Message_Lite.h
+++ b/TAO/tao/GIOP_Message_Lite.h
@@ -94,7 +94,7 @@ public:
CORBA::Octet message_type);
// Processes the messages from the connectors so that they can be
// passed on to the appropriate states.
-
+
CORBA::Boolean write_reply_header (TAO_OutputCDR &cdr,
TAO_Pluggable_Reply_Params &reply,
CORBA::Environment &ACE_TRY_ENV =
@@ -166,7 +166,7 @@ private:
const u_char *ptr,
size_t len);
// Print out the contents of the buffer.
-
+
ACE_Allocator *cdr_buffer_alloc_;
ACE_Allocator *cdr_dblock_alloc_;
// Allocators for the outpur CDR that we hold. As we cannot rely on
@@ -174,7 +174,7 @@ private:
// reason that we cannot believe the ORB core is that, for a
// multi-threaded servers it dishes out resources cached in
// TSS. This would be dangerous as TSS gets destroyed before we
- // would. So we have our own memory that we can rely on.
+ // would. So we have our own memory that we can rely on.
TAO_OutputCDR *output_;
// The output cdr for the GIOP lite message