summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Supplier_Input_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Supplier_Input_Handler.h')
-rw-r--r--TAO/examples/Event_Comm/Supplier_Input_Handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Event_Comm/Supplier_Input_Handler.h b/TAO/examples/Event_Comm/Supplier_Input_Handler.h
index b18d79a4e75..344c03f81ff 100644
--- a/TAO/examples/Event_Comm/Supplier_Input_Handler.h
+++ b/TAO/examples/Event_Comm/Supplier_Input_Handler.h
@@ -36,10 +36,10 @@ class Supplier_Input_Handler : public ACE_Event_Handler
{
public:
/// Constructor.
- Supplier_Input_Handler (void);
+ Supplier_Input_Handler ();
/// Destructor.
- ~Supplier_Input_Handler (void);
+ ~Supplier_Input_Handler ();
/// Initialization.
int initialize (Notifier_Handler *);
@@ -48,7 +48,7 @@ public:
virtual int handle_input (ACE_HANDLE);
/// Close down the handler.
- int close (void);
+ int close ();
protected:
/// Pointer to a <Notifier_Handler> that's used to inform Consumers