diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-02 18:53:45 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-02 18:53:45 +0000 |
commit | 9dde17b3ade37cd66dc8860576809c3f0cd877be (patch) | |
tree | e6c19d2891921e7d12dfa6f08a2ba3818cd1c2ce /ChangeLog-98a | |
parent | 9bafb703e682dbeb01a3022c0df03d5e31ee483d (diff) | |
download | ATCD-9dde17b3ade37cd66dc8860576809c3f0cd877be.tar.gz |
ChangeLogTag:Fri Jan 2 12:39:45 1998 Carlos O'Ryan <coryan@swarm.cs.wustl.edu>
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r-- | ChangeLog-98a | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a index 51827993eb1..456d55b1ff1 100644 --- a/ChangeLog-98a +++ b/ChangeLog-98a @@ -1,5 +1,15 @@ Fri Jan 2 12:39:45 1998 Carlos O'Ryan <coryan@swarm.cs.wustl.edu> + * ace/Map_Manager.h: + Another declaration removed from ACE_Map_Reverse_Iterator, + operator* is defined in the base class. + + * tests/Conn_Test.cpp: + * tests/Priority_Reactor_Test.cpp: + * tests/Reactor_Performance_Test.cpp: + The instantiation of ACE_Map_Manager *requires* instantiating + ACE_Map_Reverse_Iterator. + * ace/OS.i: Cannot use ACE_ASSERT in OS.i, at least it make SGI compiler unhappy. |