diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
commit | 6d4337a975f11f01dcfd9b827be431fba0280768 (patch) | |
tree | a49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Malloc_Base.h | |
parent | faed5414aa90953190faaaacc4051b5f13d94dc1 (diff) | |
download | ATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz |
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Malloc_Base.h')
-rw-r--r-- | ace/Malloc_Base.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Malloc_Base.h b/ace/Malloc_Base.h index f2a40868cd2..2d4f95c2a89 100644 --- a/ace/Malloc_Base.h +++ b/ace/Malloc_Base.h @@ -121,8 +121,8 @@ public: virtual void dump (void) const = 0; // Dump the state of the object. private: - // DO NOT ADD ANY STATE (DATA MEMBERS) TO THIS CLASS!!!! - // See the ACE_Allocator::instance () implementation for explanation. + // DO NOT ADD ANY STATE (DATA MEMBERS) TO THIS CLASS!!!! See the + // <ACE_Allocator::instance> implementation for explanation. static ACE_Allocator *allocator_; // Pointer to a process-wide <ACE_Allocator> instance. |