From d79a5c9a3b359a0b1363a88566cf75c43205d1fc Mon Sep 17 00:00:00 2001 From: schmidt Date: Fri, 16 Jul 1999 22:13:05 +0000 Subject: . --- ace/Malloc.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ace/Malloc.h b/ace/Malloc.h index b7c48a0ceb8..06d08183ca6 100644 --- a/ace/Malloc.h +++ b/ace/Malloc.h @@ -146,16 +146,19 @@ public: ACE_Based_Pointer_Basic pointer_; // Pointer to the contents. + + ACE_Based_Pointer next_; + // Pointer to the next node in the chain. #else char *name_; // Name of the Node. char *pointer_; // Pointer to the contents. -#endif /* ACE_HAS_POSITION_INDEPENDENT_MALLOC */ - ACE_Based_Pointer next_; + ACE_Name_Node *next_; // Pointer to the next node in the chain. +#endif /* ACE_HAS_POSITION_INDEPENDENT_MALLOC */ void dump (void) const; // Dump the state of the object. -- cgit v1.2.1