summaryrefslogtreecommitdiff
path: root/ace/Event_Handler.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
commit9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch)
tree760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/Event_Handler.h
parent4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff)
downloadATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Event_Handler.h')
-rw-r--r--ace/Event_Handler.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Event_Handler.h b/ace/Event_Handler.h
index c4396dd8713..4eab2c20423 100644
--- a/ace/Event_Handler.h
+++ b/ace/Event_Handler.h
@@ -26,6 +26,7 @@ class ACE_Reactor;
typedef u_long ACE_Reactor_Mask;
class ACE_Export ACE_Event_Handler
+{
// = TITLE
// Provides an abstract interface for handling various types of
// I/O, timer, and signal events.
@@ -34,7 +35,6 @@ class ACE_Export ACE_Event_Handler
// Subclasses read/write input/output on an I/O descriptor,
// handle an exception raised on an I/O descriptor, handle a
// timer's expiration, or handle a signal.
-{
public:
enum
{
@@ -126,11 +126,12 @@ protected:
ACE_Reactor *reactor_;
};
-struct ACE_Export ACE_Notification_Buffer
+class ACE_Export ACE_Notification_Buffer
+{
// = TITLE
// Simple wrapper for passing <ACE_Event_Handler *>s and
// <ACE_Reactor_Mask>s between threads.
-{
+public:
ACE_Notification_Buffer (void);
ACE_Notification_Buffer (ACE_Event_Handler *eh,