summaryrefslogtreecommitdiff
path: root/examples/Reactor/Proactor/test_proactor2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Reactor/Proactor/test_proactor2.cpp')
-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 35e31822c22..15fb6151ecd 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)
{
- this->stream_.set_handle (handle);
+ return this->stream_.set_handle (handle);
}
int Sender::open (const ACE_TCHAR *host, u_short port)