diff options
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Connector.h')
-rw-r--r-- | TAO/tao/Strategies/DIOP_Connector.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Strategies/DIOP_Connector.h b/TAO/tao/Strategies/DIOP_Connector.h index a1e4166294e..7a946bbe269 100644 --- a/TAO/tao/Strategies/DIOP_Connector.h +++ b/TAO/tao/Strategies/DIOP_Connector.h @@ -53,8 +53,8 @@ public: int open (TAO_ORB_Core *orb_core); int close (void); int connect (TAO_GIOP_Invocation *invocation, - TAO_Transport_Descriptor_Interface *desc, - CORBA::Environment &ACE_TRY_ENV); + TAO_Transport_Descriptor_Interface *desc + TAO_ENV_ARG_DECL); int preconnect (const char *preconnections); TAO_Profile *create_profile (TAO_InputCDR& cdr); @@ -66,7 +66,7 @@ protected: /// = More TAO_Connector methods, please check the documentation on /// Pluggable.h - virtual TAO_Profile * make_profile (CORBA::Environment &ACE_TRY_ENV); + virtual TAO_Profile * make_profile (TAO_ENV_SINGLE_ARG_DECL); /// Obtain tcp properties that must be used by this connector, i.e., /// initialize <tcp_properties_>. |