diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-03 18:04:52 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-03 18:04:52 +0000 |
commit | 79b3e9692aacfe66d0db178f414e9825f663556c (patch) | |
tree | 4cac203d2381f327fd59a3e5e6f0cb220a5e6b36 /ace/Message_Block.h | |
parent | aec2030eadb5ad3403756da47dbb81c167827aee (diff) | |
download | ATCD-79b3e9692aacfe66d0db178f414e9825f663556c.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Message_Block.h')
-rw-r--r-- | ace/Message_Block.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Message_Block.h b/ace/Message_Block.h index bfa26d5c5f0..397108bcef6 100644 --- a/ace/Message_Block.h +++ b/ace/Message_Block.h @@ -224,7 +224,7 @@ public: size_t size, Message_Flags = DONT_DELETE); // Set message data (doesn't reallocate). -#endif +#endif /* 0 */ char *end (void) const; // Return a pointer to 1 past the end of the data in a message. @@ -392,7 +392,7 @@ public: size_t size, Message_Flags = DONT_DELETE); // Set message data pointer (doesn't reallocate). -#endif +#endif /* 0 */ char *end (void) const; // Return a pointer to 1 past the end of the data in a message. |