summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-01 09:59:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-01 09:59:02 +0000
commit5944a756076aa5adb8663501dbf6fcb1087da95e (patch)
treeb587c59dcc780a28955e939b17efee898b79d875
parent6148bbef87a2cb492459bdc99f447fed1d5d777d (diff)
downloadATCD-5944a756076aa5adb8663501dbf6fcb1087da95e.tar.gz
ChangeLogTag: Sun May 1 09:58:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--examples/Reactor/Misc/pingpong.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Reactor/Misc/pingpong.cpp b/examples/Reactor/Misc/pingpong.cpp
index 032495b00ed..6a02429edd8 100644
--- a/examples/Reactor/Misc/pingpong.cpp
+++ b/examples/Reactor/Misc/pingpong.cpp
@@ -99,7 +99,7 @@ Ping_Pong::get_handle (void) const
return this->handle_;
}
-int
+int
Ping_Pong::handle_close (ACE_HANDLE,
ACE_Reactor_Mask)
{
@@ -231,7 +231,7 @@ run_svc (ACE_HANDLE handle)
// Main event loop (one per process).
- while (callback.is_set () == 0)
+ while (callback->is_set () == 0)
if (reactor.handle_events () == -1)
ACE_ERROR ((LM_ERROR,
ACE_TEXT ("%p\n"),