summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Connector.h')
-rw-r--r--TAO/tao/IIOP_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Connector.h b/TAO/tao/IIOP_Connector.h
index b6b10fbc772..c15310d8972 100644
--- a/TAO/tao/IIOP_Connector.h
+++ b/TAO/tao/IIOP_Connector.h
@@ -58,7 +58,7 @@ public:
int close (void);
int connect (TAO_GIOP_Invocation *invocation,
TAO_Transport_Descriptor_Interface *desc
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
int preconnect (const char *preconnections);
TAO_Profile *create_profile (TAO_InputCDR& cdr);
@@ -70,7 +70,7 @@ protected:
/// More TAO_Connector methods, please check the documentation on
/// Pluggable.h
- virtual TAO_Profile *make_profile (TAO_ENV_SINGLE_ARG_DECL);
+ virtual TAO_Profile *make_profile (ACE_ENV_SINGLE_ARG_DECL);
/// Obtain tcp properties that must be used by this connector, i.e.,
/// initialize <tcp_properties_>.