summaryrefslogtreecommitdiff
path: root/ace/Malloc_Base.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
commit6d4337a975f11f01dcfd9b827be431fba0280768 (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Malloc_Base.h
parentfaed5414aa90953190faaaacc4051b5f13d94dc1 (diff)
downloadATCD-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.h4
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.