summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/UIOP_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/UIOP_Connector.h')
-rw-r--r--TAO/tao/Strategies/UIOP_Connector.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/Strategies/UIOP_Connector.h b/TAO/tao/Strategies/UIOP_Connector.h
index 1898316e91a..e53b09b3295 100644
--- a/TAO/tao/Strategies/UIOP_Connector.h
+++ b/TAO/tao/Strategies/UIOP_Connector.h
@@ -31,12 +31,10 @@
#include "ace/LSOCK_Connector.h"
#include "ace/Connector.h"
#include "tao/Transport_Connector.h"
-#include "tao/Strategies/UIOP_Connection_Handler.h"
+#include "UIOP_Connection_Handler.h"
#include "tao/Resource_Factory.h"
#include "tao/Connector_Impl.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_UIOP_Endpoint;
class TAO_Endpoint;
@@ -75,7 +73,7 @@ public:
virtual TAO_Profile *corbaloc_scan (const char *str, size_t &len
ACE_ENV_ARG_DECL);
-
+
virtual char object_key_delimiter (void) const;
/// Cancel the passed cvs handler from the connector
@@ -133,8 +131,6 @@ private:
const bool lite_flag_;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
# endif /* TAO_HAS_UIOP == 1 */
#include /**/ "ace/post.h"