summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-07 04:23:47 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-07 04:23:47 +0000
commitd7419a847d153ec4a2323b9ab6258ddcb3b0a815 (patch)
treef223c53e3be658122251ca5e6324bf7ade05cca0 /TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
parent09f54d7adad0316255577fe81fabbf8f0953c836 (diff)
downloadATCD-d7419a847d153ec4a2323b9ab6258ddcb3b0a815.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/Event_Comm/Supplier_Input_Handler.cpp')
-rw-r--r--TAO/examples/Event_Comm/Supplier_Input_Handler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp b/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
index ad8793474e3..be7245f3dce 100644
--- a/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
+++ b/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
@@ -20,7 +20,7 @@ Supplier_Input_Handler::~Supplier_Input_Handler (void)
}
int
-Supplier_Input_Handler::handle_close (void)
+Supplier_Input_Handler::handle_close (ACE_HANDLE, ACE_Reactor_Mask)
{
ACE_DEBUG ((LM_DEBUG,
"closing down Supplier::Supplier_Input_Handler\n"));
@@ -37,7 +37,7 @@ Supplier_Input_Handler::handle_close (void)
}
int
-Supplier_Input_Handler::initialize (Notifier_Handler *notifier)
+Supplier_Input_Handler::initialize (Notifier_Handler *notifier)
{
notifier_ = notifier;
// Register our <Input_Handler> to handle STDIN events, which will
@@ -52,7 +52,7 @@ Supplier_Input_Handler::initialize (Notifier_Handler *notifier)
"register_stdin_handler"),
-1);
-
+
return 0;
}