summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Handler.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-02-18 09:07:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-02-18 09:07:14 +0000
commit6505e0e66092f5c22ab656946a800138897ddf4c (patch)
tree91ba7fc4584511f31379702bdcf543da966f7f78 /TAO/tao/Connection_Handler.h
parent088f6e83bd2ffc10f050df15282f9795ddbb02f6 (diff)
downloadATCD-6505e0e66092f5c22ab656946a800138897ddf4c.tar.gz
ChangeLogTag: Fri Feb 18 17:04:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Connection_Handler.h')
-rw-r--r--TAO/tao/Connection_Handler.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tao/Connection_Handler.h b/TAO/tao/Connection_Handler.h
index cf43218186d..6fd34502273 100644
--- a/TAO/tao/Connection_Handler.h
+++ b/TAO/tao/Connection_Handler.h
@@ -25,7 +25,6 @@
#include "tao/Basic_Types.h"
class TAO_ORB_Core;
-class TAO_ORB_Core_TSS_Resources;
class TAO_Transport;
class ACE_SOCK;
class ACE_Lock;
@@ -110,9 +109,6 @@ protected:
/// Return our TAO_ORB_Core pointer
TAO_ORB_Core *orb_core (void);
- /// Return our TSS Resources pointer
- TAO_ORB_Core_TSS_Resources* tss_resources (void);
-
/// Set options on the socket
int set_socket_option (ACE_SOCK &sock,
int snd_size,
@@ -170,9 +166,6 @@ private:
/// Transport object reference
TAO_Transport* transport_;
- /// Cached tss resources of the ORB that activated this object.
- TAO_ORB_Core_TSS_Resources *tss_resources_;
-
/// Internal state lock, needs to be separate from the reference
/// count / pending upcalls lock because they interleave.
ACE_Lock * lock_;