summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2004-09-01 12:44:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2004-09-01 12:44:53 +0000
commitd16fb2283e852a91e973981e9716f1543925c142 (patch)
tree71ebb82758f97d95c6478dd7f90557cace923e00
parent0671a7411f7cb68b53fe04158548174f4f1d5f9e (diff)
downloadATCD-d16fb2283e852a91e973981e9716f1543925c142.tar.gz
ChangeLogTag:Wed Sep 1 07:43:46 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-rw-r--r--ChangeLog7
-rw-r--r--THANKS1
-rw-r--r--ace/POSIX_Proactor.h4
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d194827d9d9..e07cb587583 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Sep 1 07:43:46 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * ace/POSIX_Proactor.h: Updated the documentation to use
+ the right names for ACE_POSIX_SIG_Proactor and
+ ACE_POSIX_AIOCB_Proactor. Thanks to John D. Robertson
+ <john@rrci.com> for motivating this fix.
+
Wed Sep 1 07:00:39 2004 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/config/global.features:
diff --git a/THANKS b/THANKS
index fee805184f0..2e629532420 100644
--- a/THANKS
+++ b/THANKS
@@ -1921,6 +1921,7 @@ Andrew Athan <aathan-ace-bugs-1524 at cloakmail dot com>
Sebastien Roy <sroy at positron dot qc dot ca>
Matthew Townsend <mtownsen at harris dot com>
Rick Robinson <rick at oyarsa dot com>
+John D. Robertson <john at rrci dot com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile
diff --git a/ace/POSIX_Proactor.h b/ace/POSIX_Proactor.h
index a86c5be69cb..4c4c905e7cb 100644
--- a/ace/POSIX_Proactor.h
+++ b/ace/POSIX_Proactor.h
@@ -47,8 +47,8 @@
* AIOCBs are stored and completion status of the corresponding
* operations are queried on them. The other one is based on
* POSIX Real Time signals. This class abstracts out the common
- * code needed for both the strategies. <ACE_AIOCB_Proactor> and
- * <ACE_SIG_Proactor> specialize this class for each strategy.
+ * code needed for both the strategies. <ACE_POSIX_AIOCB_Proactor> and
+ * <ACE_POSIX_SIG_Proactor> specialize this class for each strategy.
*/
class ACE_Export ACE_POSIX_Proactor : public ACE_Proactor_Impl
{