summaryrefslogtreecommitdiff
path: root/ace/Event_Handler.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-14 06:55:12 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-14 06:55:12 +0000
commitb9f4b52e69fa852942a1d7102559fdddf0a9f2e2 (patch)
tree0a135b4d504125a10a24c5274de0c63df2559390 /ace/Event_Handler.h
parent793d527cb0a297a08dd83499ac26736dcec2950d (diff)
downloadATCD-b9f4b52e69fa852942a1d7102559fdddf0a9f2e2.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Event_Handler.h')
-rw-r--r--ace/Event_Handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Event_Handler.h b/ace/Event_Handler.h
index 6d7ba541cfe..1595a3c43c5 100644
--- a/ace/Event_Handler.h
+++ b/ace/Event_Handler.h
@@ -53,6 +53,7 @@ public:
EXCEPT_MASK = 0x2,
#endif /* ACE_USE_POLL */
ACCEPT_MASK = 0x8,
+ TIMER_MASK = 0x10,
ALL_EVENTS_MASK = READ_MASK | WRITE_MASK | EXCEPT_MASK | ACCEPT_MASK,
RWE_MASK = ALL_EVENTS_MASK,
DONT_CALL = 0x100