summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-09 21:59:42 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-09 21:59:42 +0000
commitb52148d5b5215130445f3c3cfc167950e54538a6 (patch)
tree848d1ab8af949018450aaac519e5d701ed81140a /ace
parente178859d0b11a62f4350c0186333e7f52dff7f95 (diff)
downloadATCD-b52148d5b5215130445f3c3cfc167950e54538a6.tar.gz
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r--ace/Message_Block.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Message_Block.h b/ace/Message_Block.h
index 27b5cc62021..f1100347a2e 100644
--- a/ace/Message_Block.h
+++ b/ace/Message_Block.h
@@ -107,7 +107,7 @@ public:
ACE_Message_Type type = MB_DATA,
ACE_Message_Block *cont = 0,
const char *data = 0,
- ACE_Allocator *allocator_strategy_ = 0,
+ ACE_Allocator *allocator_strategy = 0,
ACE_Lock *locking_strategy = 0,
u_long priority = 0);
// Create an initialized message of type <type> containing <size>
@@ -128,7 +128,7 @@ public:
ACE_Message_Type type = MB_DATA,
ACE_Message_Block *cont = 0,
const char *data = 0,
- ACE_Allocator *allocator = 0,
+ ACE_Allocator *allocator_strategy = 0,
ACE_Lock *locking_strategy = 0,
u_long priority = 0);
// Create an initialized message of type <type> containing <size>
@@ -297,7 +297,7 @@ private:
ACE_Message_Type type,
ACE_Message_Block *cont,
const char *data,
- ACE_Allocator *allocator,
+ ACE_Allocator *allocator_strategy,
ACE_Lock *locking_strategy,
Message_Flags flags,
u_long priority,
@@ -311,7 +311,7 @@ private:
ACE_Message_Type type,
ACE_Message_Block *cont,
const char *data,
- ACE_Allocator *allocator,
+ ACE_Allocator *allocator_strategy,
ACE_Lock *locking_strategy,
Message_Flags flags,
u_long priority,