summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport_Connector.h')
-rw-r--r--TAO/tao/Transport_Connector.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/Transport_Connector.h b/TAO/tao/Transport_Connector.h
index 292f451b3b7..b8aa3702d0e 100644
--- a/TAO/tao/Transport_Connector.h
+++ b/TAO/tao/Transport_Connector.h
@@ -45,12 +45,6 @@ namespace TAO
class Profile_Transport_Resolver;
}
-/*
- * Hook to add includes and forward declaration
- * to the Connector class.
- */
-//@@ TAO_CONNECTOR_SPL_INCLUDE_FORWARD_DECL_ADD_HOOK
-
/**
* @class TAO_Connector
*
@@ -123,8 +117,6 @@ public:
/// Return the object key delimiter to use or expect.
virtual char object_key_delimiter (void) const = 0;
- //@@ TAO_CONNECTOR_SPL_PUBLIC_METHODS_ADD_HOOK
-
protected:
/// A flag indicating the actual connector supports parallel connection
/// attempts. The base implementation always returns 0. Override to return
@@ -216,23 +208,17 @@ protected:
TAO_ORB_Core *orb_core (void);
protected:
-
/// The (a)synch connect strategy
TAO_Connect_Strategy *active_connect_strategy_;
private:
-
/// IOP protocol tag.
CORBA::ULong const tag_;
/// Pointer to our ORB core
TAO_ORB_Core *orb_core_;
-
- //@@ TAO_CONNECTOR_SPL_PRIVATE_DATA_ADD_HOOK
};
-//@@ TAO_CONNECTOR_SPL_EXTERN_ADD_HOOK
-
TAO_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__)