summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Pending_Worker_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Pending_Worker_T.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Pending_Worker_T.inl22
1 files changed, 0 insertions, 22 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Pending_Worker_T.inl b/TAO/orbsvcs/orbsvcs/Notify/Pending_Worker_T.inl
deleted file mode 100644
index c937771d04e..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/Pending_Worker_T.inl
+++ /dev/null
@@ -1,22 +0,0 @@
-// $Id$
-
-#include "Pending_Worker_T.h"
-
-ACE_INLINE template <class PEER> void
-TAO_NS_Pending_Worker_T<PEER>::shutdown (void)
-{
- this->done_ = 1;
- this->wait ();
-}
-
-ACE_INLINE template <class PEER> void
-TAO_NS_Pending_Worker_T<PEER>::worker_suspend (void)
-{
- this->suspended_ = 1;
-}
-
-ACE_INLINE template <class PEER> void
-TAO_NS_Pending_Worker_T<PEER>::worker_resume (void)
-{
- this->suspended_ = 0;
-}