diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-14 18:29:12 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-14 18:29:12 +0000 |
commit | 21069bed09835ebe94cef30450d9945302c02458 (patch) | |
tree | 6a4cb75e80b9b3bea846aeaaf96bf177c34637f2 /examples | |
parent | 40370a19709c7a27baa548725f85bbc69abbe7c1 (diff) | |
download | ATCD-21069bed09835ebe94cef30450d9945302c02458.tar.gz |
(handle_timeout): removed declaration of unused arg "tv"
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Timer_Queue/Reactor_Timer_Queue_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Timer_Queue/Reactor_Timer_Queue_Test.cpp b/examples/Timer_Queue/Reactor_Timer_Queue_Test.cpp index 5a4dcc569dc..64a6180fed4 100644 --- a/examples/Timer_Queue/Reactor_Timer_Queue_Test.cpp +++ b/examples/Timer_Queue/Reactor_Timer_Queue_Test.cpp @@ -36,7 +36,7 @@ static void usage_prompt (void) class Timer_Handler : public ACE_Event_Handler { public: - virtual int handle_timeout (const ACE_Time_Value &tv, + virtual int handle_timeout (const ACE_Time_Value &, const void *) { ACE_Time_Value txv = ACE_OS::gettimeofday (); |