summaryrefslogtreecommitdiff
path: root/ace/Event_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Event_Handler.h')
-rw-r--r--ace/Event_Handler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/Event_Handler.h b/ace/Event_Handler.h
index e5f0df47427..470751fb860 100644
--- a/ace/Event_Handler.h
+++ b/ace/Event_Handler.h
@@ -132,12 +132,7 @@ public:
enum
{
- /// The handler is not resumed at all. Could lead to deadlock..
- ACE_EVENT_HANDLER_NOT_RESUMED = -1,
- /// The reactor takes responsibility of resuming the handler and
- /// is the default
ACE_REACTOR_RESUMES_HANDLER = 0,
- /// The application takes responsibility of resuming the handler
ACE_APPLICATION_RESUMES_HANDLER
};
/* Called to figure out whether the handler needs to resumed by the