diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-28 23:29:29 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-28 23:29:29 +0000 |
commit | 934ae719eb9a86b4d397d3a5f022747a21894c58 (patch) | |
tree | 59d91044b81442a6e82063671fac627b596756e7 /ace/Message_Block_T.h | |
parent | 67ff03f8610563f55ce1f76087a2debb2daa35a9 (diff) | |
download | ATCD-934ae719eb9a86b4d397d3a5f022747a21894c58.tar.gz |
ChangeLogTag:Wed Jul 28 18:26:53 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/Message_Block_T.h')
-rw-r--r-- | ace/Message_Block_T.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Message_Block_T.h b/ace/Message_Block_T.h index d5a019f92ce..b86b1df96dc 100644 --- a/ace/Message_Block_T.h +++ b/ace/Message_Block_T.h @@ -52,9 +52,10 @@ public: virtual ~ACE_Locked_Data_Block (void); // Delete all the resources held in the message. - virtual ACE_Data_Block *clone (ACE_Message_Block::Message_Flags mask = 0) const; + virtual ACE_Data_Block *clone_nocopy (ACE_Message_Block::Message_Flags mask = 0) const; // Return an exact "deep copy" of the message, the dynamic type is // ACE_Locked_Data_Block<> + // See the documentation in Message_Block.h for details. private: ACE_LOCK lock_; |