summaryrefslogtreecommitdiff
path: root/TAO/tao/Connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connect.h')
-rw-r--r--TAO/tao/Connect.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Connect.h b/TAO/tao/Connect.h
index 17be311cb51..a7b146f0112 100644
--- a/TAO/tao/Connect.h
+++ b/TAO/tao/Connect.h
@@ -36,7 +36,6 @@ class TAO_IIOP_Transport;
class TAO_IIOP_Client_Transport;
class TAO_IIOP_Server_Transport;
class TAO_ORB_Core;
-class TAO_ORB_Core_TSS_Resources;
typedef ACE_Svc_Handler<TAO_SOCK_STREAM, ACE_NULL_SYNCH>
TAO_SVC_HANDLER;
@@ -283,10 +282,7 @@ protected:
// Perform appropriate closing.
TAO_ORB_Core *orb_core_;
- // Cached ORB Core.
-
- TAO_ORB_Core_TSS_Resources *tss_resources_;
- // Cached tss resources of the ORB that activated this object.
+ // Cache the ORB Core to minimize
};
#if defined (__ACE_INLINE__)