diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-13 18:24:51 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-13 18:24:51 +0000 |
commit | 93bd37499c0f1ea062d123a8425c7157503510e2 (patch) | |
tree | 29cdfc1a8d692b206a02154d887747a5249dfd30 /ACE/examples/C++NPv2 | |
parent | ed8291d8da71da82a9d8f1e05a516d844bcb103b (diff) | |
download | ATCD-93bd37499c0f1ea062d123a8425c7157503510e2.tar.gz |
Mon Sep 13 18:15:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
*:
Zapped trailing whitespaces using
find -name \*.h -o -name \*.cpp -name \*.inl | xargs perl -i -pe's/\s+\n/\n/'
Diffstat (limited to 'ACE/examples/C++NPv2')
-rw-r--r-- | ACE/examples/C++NPv2/Logging_Event_Handler_Ex.h | 4 | ||||
-rw-r--r-- | ACE/examples/C++NPv2/Service_Reporter.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.h b/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.h index d6639cf78d2..647f0e4ebc7 100644 --- a/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.h +++ b/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.h @@ -28,7 +28,7 @@ public: // 3600 seconds == one hour. enum { MAX_CLIENT_TIMEOUT = 3600 }; - Logging_Event_Handler_Ex + Logging_Event_Handler_Ex (ACE_Reactor *reactor, const ACE_Time_Value &max_client_timeout = ACE_Time_Value (MAX_CLIENT_TIMEOUT)) @@ -48,7 +48,7 @@ public: virtual int handle_timeout (const ACE_Time_Value &tv, const void *act); - // Called when this object is destroyed, e.g., when it's + // Called when this object is destroyed, e.g., when it's // removed from a reactor. virtual int handle_close (ACE_HANDLE = ACE_INVALID_HANDLE, ACE_Reactor_Mask = 0); diff --git a/ACE/examples/C++NPv2/Service_Reporter.h b/ACE/examples/C++NPv2/Service_Reporter.h index c6de7484767..2ebdabf0864 100644 --- a/ACE/examples/C++NPv2/Service_Reporter.h +++ b/ACE/examples/C++NPv2/Service_Reporter.h @@ -27,7 +27,7 @@ protected: // Reactor hook methods. virtual int handle_input (ACE_HANDLE); - virtual ACE_HANDLE get_handle () const + virtual ACE_HANDLE get_handle () const { return acceptor_.get_handle (); } private: |