diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-08 04:06:01 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-08 04:06:01 +0000 |
commit | d464055b2bd7df0ddbcc3937c8d278deddb06437 (patch) | |
tree | 9bcc9956d9cac6ae19da2dec243e8bd4fb001e4b /ace/Message_Block.h | |
parent | ae24e717ed6996eb848e8b1f927828a98d6ba516 (diff) | |
download | ATCD-d464055b2bd7df0ddbcc3937c8d278deddb06437.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Message_Block.h')
-rw-r--r-- | ace/Message_Block.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/Message_Block.h b/ace/Message_Block.h index a12e369b1d3..0e1ca6fdfe2 100644 --- a/ace/Message_Block.h +++ b/ace/Message_Block.h @@ -410,7 +410,7 @@ public: ACE_Data_Block *duplicate (void); // Return a "shallow" copy that increments our reference count by 1. - ACE_Data_Block *release (ACE_Message_Block *mb = 0); + ACE_Data_Block *release (void); // Decrease the shared reference count by 1. If the reference count // is > 0 then return this; else if reference count == 0 then delete // <this> and <mb> and return 0. Behavior is undefined if reference @@ -438,9 +438,6 @@ public: // Dump the state of an object. private: - ACE_Data_Block *release_i (ACE_Message_Block *mb); - // Performs the actual release. - ACE_Message_Block::ACE_Message_Type type_; // Type of message. |