summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Consumer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Consumer.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Consumer.inl27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Consumer.inl b/TAO/orbsvcs/orbsvcs/Notify/Consumer.inl
deleted file mode 100644
index d2a5a104c85..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/Consumer.inl
+++ /dev/null
@@ -1,27 +0,0 @@
-// $Id$
-
-#include "ProxySupplier.h"
-
-ACE_INLINE TAO_SYNCH_MUTEX*
-TAO_NS_Consumer::proxy_lock (void)
-{
- return &this->proxy_->lock_;
-}
-
-ACE_INLINE TAO_NS_ProxySupplier*
-TAO_NS_Consumer::proxy_supplier (void)
-{
- return this->proxy_;
-}
-
-ACE_INLINE CORBA::Boolean
-TAO_NS_Consumer::is_suspended (void)
-{
- return this->is_suspended_;
-}
-
-ACE_INLINE void
-TAO_NS_Consumer::suspend (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
-{
- this->is_suspended_ = 1;
-}