diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-22 00:56:43 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-22 00:56:43 +0000 |
commit | 7c48efdb65254428973217391037befc3a512b8d (patch) | |
tree | 03af35374dc0d74c199ec5e6479cde5e97247880 /ace/Map_Manager.h | |
parent | 848b63fd26b71a0d53e1d5d9e18a310fdece5056 (diff) | |
download | ATCD-7c48efdb65254428973217391037befc3a512b8d.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Map_Manager.h')
-rw-r--r-- | ace/Map_Manager.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h index 4e0ad3f9960..aedccc0d0c0 100644 --- a/ace/Map_Manager.h +++ b/ace/Map_Manager.h @@ -68,11 +68,13 @@ class ACE_Map_Manager // <INT_ID>s. // // = DESCRIPTION - // The <EXT_ID> must support <operator==> (this constraint can - // be alleviated via template specialization). The - // <ACE_Map_Manager> class uses an <ACE_Allocator> to allocate - // memory. The user can make this a persistant class by - // providing an <ACE_Allocator> with a persistable memory pool. + // The <EXT_ID> must support <operator==>. This constraint can + // be alleviated via template specialization, as shown in the + // $ACE_ROOT/tests/Conn_Test.cpp test. + // + // This class uses an <ACE_Allocator> to allocate memory. The + // user can make this a persistant class by providing an + // <ACE_Allocator> with a persistable memory pool. // // This implementation of a map uses an array, which is searched // linearly. For more efficient searching you should use the |