summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/Task_Activator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/Task_Activator.h')
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/Task_Activator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/Task_Activator.h b/TAO/orbsvcs/performance-tests/RTEvent/lib/Task_Activator.h
index 5a8f9ecf2b5..51f65fd5895 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/lib/Task_Activator.h
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/Task_Activator.h
@@ -63,10 +63,10 @@ public:
* cooperative termination protocol in the destructor of the derived
* class.
*/
- ~Task_Activator (void);
+ ~Task_Activator ();
/// Release the task, do not terminate it
- void release (void);
+ void release ();
protected:
Task *task_;