summaryrefslogtreecommitdiff
path: root/TAO/tao/CDR.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-27 02:33:40 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-27 02:33:40 +0000
commitae733d2b055b8bcdb3654addb3ab4944d78089a3 (patch)
treebd3eb53b554993f29fd1e84e7fce21e5d9bc4630 /TAO/tao/CDR.h
parentc06272ac6c2c6a16088d52c91347f8cc9f4708ab (diff)
downloadATCD-ae733d2b055b8bcdb3654addb3ab4944d78089a3.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r--TAO/tao/CDR.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h
index b228720285c..bd98b4d0b37 100644
--- a/TAO/tao/CDR.h
+++ b/TAO/tao/CDR.h
@@ -107,11 +107,11 @@ public:
static void mb_align (ACE_Message_Block* mb);
- static int grow (ACE_Message_Block*& mb, size_t minsize);
+ static int grow (ACE_Message_Block *mb, size_t minsize);
// Increase the capacity of mb to contain at least <minsize> bytes.
// If <minsze> is zero the size is increased by an amount at least
- // large enough to contain any of the basic IDL types.
- // Return -1 on failure, 0 on success.
+ // large enough to contain any of the basic IDL types. Return -1 on
+ // failure, 0 on success.
};
class TAO_Export TAO_OutputCDR