summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile_Transport_Resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Profile_Transport_Resolver.h')
-rw-r--r--TAO/tao/Profile_Transport_Resolver.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/TAO/tao/Profile_Transport_Resolver.h b/TAO/tao/Profile_Transport_Resolver.h
index 5ec4889a76b..0dd849a04a5 100644
--- a/TAO/tao/Profile_Transport_Resolver.h
+++ b/TAO/tao/Profile_Transport_Resolver.h
@@ -25,16 +25,11 @@
#include "tao/SystemException.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-class ACE_Time_Value;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_Stub;
class TAO_Profile;
class TAO_Transport;
class TAO_Endpoint;
+class ACE_Time_Value;
class TAO_Transport_Descriptor_Interface;
namespace CORBA
@@ -114,13 +109,6 @@ namespace TAO
/// Accessor for the transport reserved for this invocation.
TAO_Transport *transport (void) const;
- /// See if the transport cache has an available transport and
- /// use that one rather than trying to connect via the connector.
- /// Separating this functionality enables the look up of many
- /// endpoints before trying the more time-consuming trip through
- /// the actual connector.
- int find_transport (TAO_Transport_Descriptor_Interface *);
-
/// Accessor to indicate whether we should block while
/// establishing a connection.
bool blocked_connect (void) const;
@@ -193,10 +181,8 @@ namespace TAO
};
} // TAO namespace end
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
-# include "tao/Profile_Transport_Resolver.inl"
+# include "Profile_Transport_Resolver.inl"
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"