summaryrefslogtreecommitdiff
path: root/examples/Reactor
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-10-26 09:43:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-10-26 09:43:35 +0000
commit56c70027c81f7f06335061e4abd4fd9132caf804 (patch)
tree09ad11540ee0f4f88a6e9d66c3ef748e0991b6f4 /examples/Reactor
parent582eecf621d43fe11eecb7fb6f38ee23d23f1577 (diff)
downloadATCD-56c70027c81f7f06335061e4abd4fd9132caf804.tar.gz
ChangeLogTag: Sat Oct 25 09:41:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/Reactor')
-rw-r--r--examples/Reactor/Proactor/test_proactor2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/Proactor/test_proactor2.cpp b/examples/Reactor/Proactor/test_proactor2.cpp
index 15fb6151ecd..35e31822c22 100644
--- a/examples/Reactor/Proactor/test_proactor2.cpp
+++ b/examples/Reactor/Proactor/test_proactor2.cpp
@@ -433,7 +433,7 @@ ACE_HANDLE Sender::handle (void) const
void Sender::handle (ACE_HANDLE handle)
{
- return this->stream_.set_handle (handle);
+ this->stream_.set_handle (handle);
}
int Sender::open (const ACE_TCHAR *host, u_short port)