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.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Command.h b/TAO/orbsvcs/orbsvcs/Event/EC_Command.h
index b50e8c7ab3a..c32e4ad3b34 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Command.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Command.h
@@ -113,43 +113,6 @@ private:
// ****************************************************************
-template<class Target>
-class TAO_EC_Shutdown_Command : public ACE_Command_Base
-{
- // = TITLE
- // EC_Shutdown_Command
- //
- // = DESCRIPTION
- // Implements a Command object that invokes the shutdown_i()
- // method on the target, passing an argument of type Object.
- //
- // = MEMORY MANAGMENT
- // It does not assume ownership of Object nor the Target
- // arguments.
- // Usually allocated from the heap or an allocator; but it is not
- // self-managed.
- //
- // = LOCKING
- // No provisions for locking, access must be serialized
- // externally.
- //
- // = TODO
- //
-public:
- TAO_EC_Shutdown_Command (Target *target);
- // constructor...
-
- virtual int execute (void *arg);
- // The callback method, if the argument is not nil it is interpreted
- // as a CORBA::Environment.
-
-private:
- Target *target_;
- // The target
-};
-
-// ****************************************************************
-
#if defined (__ACE_INLINE__)
#include "EC_Command.i"
#endif /* __ACE_INLINE__ */