diff options
Diffstat (limited to 'TAO/tao/UIOP_Connector.h')
-rw-r--r-- | TAO/tao/UIOP_Connector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/UIOP_Connector.h b/TAO/tao/UIOP_Connector.h index ecf65a9ce44..be4fbf36f11 100644 --- a/TAO/tao/UIOP_Connector.h +++ b/TAO/tao/UIOP_Connector.h @@ -103,7 +103,7 @@ public: // Pluggable.h int open (TAO_ORB_Core *orb_core); int close (void); - int connect (TAO_Profile *profile, + int connect (TAO_Endpoint *endpoint, TAO_Transport *&transport, ACE_Time_Value *max_wait_time); int preconnect (const char *preconnections); |