diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-02 18:26:42 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-02 18:26:42 +0000 |
commit | e211f4ad997fc35bdc89750cc2c0f5d23071d1bb (patch) | |
tree | 8373078d8852d70a571076228b7ec60b4d7759b8 /ace/Malloc.h | |
parent | 2acdd03f428a1cf1e81169491b3df58c6ba966a2 (diff) | |
download | ATCD-e211f4ad997fc35bdc89750cc2c0f5d23071d1bb.tar.gz |
ChangeLogTag:Mon Aug 02 13:21:10 1999 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Malloc.h')
-rw-r--r-- | ace/Malloc.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Malloc.h b/ace/Malloc.h index e1a6c6408c6..e1a3a31ba11 100644 --- a/ace/Malloc.h +++ b/ace/Malloc.h @@ -88,7 +88,7 @@ public: #if defined (ACE_HAS_POSITION_INDEPENDENT_MALLOC) # define ACE_POINTER_CAST(PTR) ((PTR).addr ()) typedef ACE_Based_Pointer<ACE_Malloc_Header> HEADER_PTR; -#else +#else # define ACE_POINTER_CAST(PTR) ((PTR)) typedef ACE_Malloc_Header *HEADER_PTR; #endif /* ACE_HAS_POSITION_INDEPENDENT_MALLOC */ @@ -163,6 +163,9 @@ public: void dump (void) const; // Dump the state of the object. + +private: + ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Name_Node &)) }; class ACE_Export ACE_Control_Block |