summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.h b/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.h
index 341e42b298b..84f18bece00 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.h
@@ -53,14 +53,14 @@ template <class T>
class TAO_EC_Auto_Command
{
public:
- TAO_EC_Auto_Command (void);
+ TAO_EC_Auto_Command ();
TAO_EC_Auto_Command (const T & command);
- ~TAO_EC_Auto_Command (void);
+ ~TAO_EC_Auto_Command ();
void set_command (const T & command);
void set_command (TAO_EC_Auto_Command<T> & auto_command);
- void execute (void);
- void allow_command (void);
- void disallow_command (void);
+ void execute ();
+ void allow_command ();
+ void disallow_command ();
private:
@@ -78,9 +78,9 @@ template <class T>
class TAO_EC_Shutdown_Command
{
public:
- TAO_EC_Shutdown_Command (void);
+ TAO_EC_Shutdown_Command ();
TAO_EC_Shutdown_Command (T target);
- void execute (void);
+ void execute ();
private: