summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_On_Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Wait_On_Reactor.h')
-rw-r--r--TAO/tao/Wait_On_Reactor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Wait_On_Reactor.h b/TAO/tao/Wait_On_Reactor.h
index 58b1508584e..c8af5477fba 100644
--- a/TAO/tao/Wait_On_Reactor.h
+++ b/TAO/tao/Wait_On_Reactor.h
@@ -43,7 +43,8 @@ public:
virtual int wait (ACE_Time_Value *max_wait_time,
TAO_Synch_Reply_Dispatcher &rd);
virtual int register_handler (void);
- virtual int non_blocking (void);
+ virtual bool non_blocking (void) const;
+ virtual bool can_process_upcalls (void) const;
};
#include /**/ "ace/post.h"