summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2003-12-15 17:12:16 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2003-12-15 17:12:16 +0000
commitfb066e03fe709bd32a529f391dbb04eae1f503f3 (patch)
treefd6488b1ac6ff7e83ea8518b823f8bee9fa2c89e
parent8d0fc532cc2ab41ad366fdfc81cfc27fbfbfe1d2 (diff)
downloadATCD-fb066e03fe709bd32a529f391dbb04eae1f503f3.tar.gz
ChangeLogTag:Mon Dec 15 11:09:45 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
-rw-r--r--ChangeLog6
-rw-r--r--ace/POSIX_CB_Proactor.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 74a16ba2ac7..3f7f5ee9b4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Dec 15 11:09:45 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * ace/POSIX_CB_Proactor.cpp (ACE_POSIX_CB_Proactor): Added a
+ cast to (unsigned int) so things will work properly for the
+ ACE_Thread_Semaphore.
+
Mon Dec 15 10:11:31 2003 Chad Elliott <elliott_c@ociweb.com>
* tests/NonBlocking_Conn_Test.h:
diff --git a/ace/POSIX_CB_Proactor.cpp b/ace/POSIX_CB_Proactor.cpp
index 05b9e7a322d..d765d4dcbf3 100644
--- a/ace/POSIX_CB_Proactor.cpp
+++ b/ace/POSIX_CB_Proactor.cpp
@@ -16,7 +16,7 @@
ACE_POSIX_CB_Proactor::ACE_POSIX_CB_Proactor (size_t max_aio_operations)
: ACE_POSIX_AIOCB_Proactor (max_aio_operations,
ACE_POSIX_Proactor::PROACTOR_CB),
- sema_ (0)
+ sema_ ((unsigned int) 0)
{
// we should start pseudo-asynchronous accept task
// one per all future acceptors