summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.h b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.h
index d010698dc8c..00ee0ad7582 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.h
@@ -53,7 +53,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);
@@ -64,7 +64,7 @@ public:
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 UIPMC properties that must be used by this connector, i.e.,
/// initialize <uipmc_properties_>.