summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport.h')
-rw-r--r--TAO/tao/Transport.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tao/Transport.h b/TAO/tao/Transport.h
index e9739b312d6..aaabf5aebdd 100644
--- a/TAO/tao/Transport.h
+++ b/TAO/tao/Transport.h
@@ -1025,21 +1025,6 @@ private:
ACE_Message_Block* partial_message_;
};
-/**
- * @class TAO_Transport_Refcount_Guard
- *
- * @brief Helper class that increments the refcount on construction
- * and decrements the refcount on destruction.
- */
-class TAO_Export TAO_Transport_Refcount_Guard
-{
-public:
- TAO_Transport_Refcount_Guard (TAO_Transport *);
- ~TAO_Transport_Refcount_Guard (void);
-private:
- TAO_Transport *tr_;
-};
-
#if defined (__ACE_INLINE__)
# include "Transport.inl"
#endif /* __ACE_INLINE__ */