summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Lite.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-16 20:15:25 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-16 20:15:25 +0000
commitabe3e4573eaf9e98a283cdc1326e9b645db010f9 (patch)
tree9d6733547f5f42ea89ded14110c3d1ae1e61d484 /TAO/tao/GIOP_Message_Lite.h
parent43eb1b4028726e408e0926f4181423d474d6d583 (diff)
downloadATCD-abe3e4573eaf9e98a283cdc1326e9b645db010f9.tar.gz
ChangeLogTag:Fri Jun 16 12:07:39 2000 Carlos O'Ryan <coryan@uci.edu>
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