summaryrefslogtreecommitdiff
path: root/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp')
-rw-r--r--ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp b/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp
index 858e615e9d9..4f5dc198d56 100644
--- a/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp
+++ b/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp
@@ -17,7 +17,7 @@ int Logging_Event_Handler_Ex::open () {
int result = PARENT::open ();
if (result != -1) {
ACE_Time_Value reschedule (max_client_timeout_.sec () / 4);
- result =
+ result =
reactor ()->schedule_timer
(this,
0,
@@ -34,7 +34,7 @@ int Logging_Event_Handler_Ex::handle_timeout
return 0;
}
-int Logging_Event_Handler_Ex::handle_close (ACE_HANDLE,
+int Logging_Event_Handler_Ex::handle_close (ACE_HANDLE,
ACE_Reactor_Mask) {
reactor ()->cancel_timer (this);
return PARENT::handle_close ();