summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Command.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Command.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Command.h b/TAO/orbsvcs/orbsvcs/Event/EC_Command.h
index 24fe8431f62..b50e8c7ab3a 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Command.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Command.h
@@ -114,7 +114,7 @@ private:
// ****************************************************************
template<class Target>
-class TAO_EC_Shutdown_Command_T : public ACE_Command_Base
+class TAO_EC_Shutdown_Command : public ACE_Command_Base
{
// = TITLE
// EC_Shutdown_Command
@@ -136,7 +136,7 @@ class TAO_EC_Shutdown_Command_T : public ACE_Command_Base
// = TODO
//
public:
- TAO_EC_Shutdown_Command_T (Target *target);
+ TAO_EC_Shutdown_Command (Target *target);
// constructor...
virtual int execute (void *arg);