summaryrefslogtreecommitdiff
path: root/ace/SUN_Proactor.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-04 00:55:32 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-04 00:55:32 +0000
commit5a1df84416cd6dfc707b2225532a6e9fdb87b172 (patch)
tree21940e84f154c881896f933dd3bc974ed67cf2f0 /ace/SUN_Proactor.cpp
parent193b20917de3705798cd6cd81af8cc14299c3f48 (diff)
downloadATCD-5a1df84416cd6dfc707b2225532a6e9fdb87b172.tar.gz
ChangeLogTag:Sat Mar 3 16:47:53 2001 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/SUN_Proactor.cpp')
-rw-r--r--ace/SUN_Proactor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SUN_Proactor.cpp b/ace/SUN_Proactor.cpp
index 319681a22f5..8fc63accb47 100644
--- a/ace/SUN_Proactor.cpp
+++ b/ace/SUN_Proactor.cpp
@@ -282,7 +282,7 @@ ACE_SUN_Proactor::start_aio (ACE_POSIX_Asynch_Result *result)
int
ACE_SUN_Proactor::cancel_aiocb (ACE_POSIX_Asynch_Result *result)
{
- ACE_TRACE ("ACE_POSIX_AIOCB_Proactor::cancel_aiocb");
+ ACE_TRACE ("ACE_SUN_Proactor::cancel_aiocb");
int rc = ::aiocancel (& result->aio_resultp);
if (rc == 0) // AIO_CANCELED
@@ -294,7 +294,7 @@ ACE_SUN_Proactor::cancel_aiocb (ACE_POSIX_Asynch_Result *result)
int
ACE_SUN_Proactor::cancel_aio (ACE_HANDLE handle)
{
- ACE_TRACE ("ACE_POSIX_AIOCB_Proactor::cancel_aio");
+ ACE_TRACE ("ACE_SUN_Proactor::cancel_aio");
ACE_MT (ACE_GUARD_RETURN (ACE_Thread_Mutex, ace_mon, this->mutex_, -1));