3 //=============================================================================
5 * @file HTBP_Notifier.h
7 * @author Phil Mesnier, Priyanka Gontla
9 //=============================================================================
11 #ifndef ACE_HTBP_NOTIFIER_H
12 #define ACE_HTBP_NOTIFIER_H
13 #include /**/ "ace/pre.h"
15 #include "ace/Event_Handler.h"
17 #if !defined (ACE_LACKS_PRAGMA_ONCE)
19 #endif /* ACE_LACKS_PRAGMA_ONCE */
21 #include "HTBP_Export.h"
23 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
29 // Forward declarations.
32 class HTBP_Export Notifier
: public ACE_Event_Handler
35 Notifier (Channel
*ch
);
36 int handle_input(ACE_HANDLE
);
37 int handle_output(ACE_HANDLE
);
41 ACE_HANDLE
get_handle () const;
49 ACE_END_VERSIONED_NAMESPACE_DECL
51 #include /**/ "ace/post.h"
52 #endif /* ACE_HTBP_NOTIFIER_H */