summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1269_Regression/Server_Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1269_Regression/Server_Timer.h')
-rw-r--r--TAO/tests/Bug_1269_Regression/Server_Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_1269_Regression/Server_Timer.h b/TAO/tests/Bug_1269_Regression/Server_Timer.h
index b249d3afcea..f575f3ce74d 100644
--- a/TAO/tests/Bug_1269_Regression/Server_Timer.h
+++ b/TAO/tests/Bug_1269_Regression/Server_Timer.h
@@ -21,7 +21,7 @@ public:
/// Constructor
Server_Timer (Test::Echo_ptr echo, ACE_Reactor * reactor);
- void activate (void);
+ void activate ();
/// Thread entry point
int handle_timeout(ACE_Time_Value const & tv, void const *);