diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-29 20:15:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-29 20:15:13 +0000 |
commit | 8c625dcd3353333b75276195845cfcfbe752d3cf (patch) | |
tree | 467185cfd84154026f9ffa1a3618ae095a6137bf /ace/Malloc.h | |
parent | 07cbfba0dba62c6c0723c1f01a10bbbb5f525b95 (diff) | |
download | ATCD-8c625dcd3353333b75276195845cfcfbe752d3cf.tar.gz |
ChangeLogTag:Sun Aug 29 07:53:33 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Malloc.h')
-rw-r--r-- | ace/Malloc.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/Malloc.h b/ace/Malloc.h index 42722d64ccd..5e75cc28b64 100644 --- a/ace/Malloc.h +++ b/ace/Malloc.h @@ -111,9 +111,8 @@ public: long padding_[ACE_MALLOC_PADDING_SIZE < 1 : ACE_MALLOC_PADDING_SIZE]; #endif /* ACE_MALLOC_PADDING > 0 */ - ACE_UNIMPLEMENTED_FUNC (void dummy (void)) - // A dummy for egcs (or all g++ variants?) to prevent them from - // complaining "all member functions are private." + void dump (void) const; + // Dump the state of the object. #if defined (ACE_HAS_POSITION_INDEPENDENT_MALLOC) private: |