summaryrefslogtreecommitdiff
path: root/ace/Local_Name_Space_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-31 21:00:15 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-31 21:00:15 +0000
commit71760c6b6194fae36fba2c18b3213c120b65db1c (patch)
treed55bfc68aa06e4ba8072bd7a8d9cc2092a68a660 /ace/Local_Name_Space_T.h
parent8943998a0cdfac78f9a6eeafa0c469b20ecb655a (diff)
downloadATCD-71760c6b6194fae36fba2c18b3213c120b65db1c.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Local_Name_Space_T.h')
-rw-r--r--ace/Local_Name_Space_T.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/ace/Local_Name_Space_T.h b/ace/Local_Name_Space_T.h
index 9d65682f3b1..1c1e437ff83 100644
--- a/ace/Local_Name_Space_T.h
+++ b/ace/Local_Name_Space_T.h
@@ -50,12 +50,11 @@ class ACE_Name_Space_Map : public MAP_MANAGER
// that accesses or updates the Map Manager.
//
// = DESCRIPTION
- // We need this class because otherwise the SHARED_MALLOC
+ // We need this class because otherwise the ALLOCATOR
// pointer will be stored in the Map_Manager that resides within
// shared memory. Naturally, this will cause horrible problems
// since only the first process to set that pointer will be
- // guaranteed the address of the SHARED_MALLOC allocator is
- // meaningful!
+ // guaranteed the address of the ALLOCATOR is meaningful!
public:
ACE_Name_Space_Map (ALLOCATOR *alloc);
// Constructor.
@@ -83,8 +82,6 @@ public:
ALLOCATOR *alloc);
int close (ALLOCATOR *alloc);
-
-private:
};
template <ACE_MEM_POOL_1, class ACE_LOCK>