summaryrefslogtreecommitdiff
path: root/ace/Malloc.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-29 20:15:13 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-29 20:15:13 +0000
commit8c625dcd3353333b75276195845cfcfbe752d3cf (patch)
tree467185cfd84154026f9ffa1a3618ae095a6137bf /ace/Malloc.h
parent07cbfba0dba62c6c0723c1f01a10bbbb5f525b95 (diff)
downloadATCD-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.h5
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: