summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h
index a40ba3f3eaf..a3bf36d9d28 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -563,7 +563,7 @@ public:
// = Only the owner thread that can perform a <handle_events>.
- void owner (ACE_thread_t n_id, ACE_thread_t *o_id = 0);
+ int owner (ACE_thread_t n_id, ACE_thread_t *o_id = 0);
// Set the new owner of the thread and return the old owner.
int owner (ACE_thread_t *);