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.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/tao/IIOP_Connector.h b/TAO/tao/IIOP_Connector.h
index a0610b56c9e..497998586a2 100644
--- a/TAO/tao/IIOP_Connector.h
+++ b/TAO/tao/IIOP_Connector.h
@@ -10,6 +10,7 @@
*
*
* @author Fred Kuhns <fredk@cs.wustl.edu>
+ * @author Ossama Othman <ossama@uci.edu>
* @author Balachandran Natarajan <bala@cs.wustl.edu>
*/
//=============================================================================
@@ -68,17 +69,14 @@ public:
protected:
- /// = More TAO_Connector methods, please check the documentation on
- /// Pluggable.h
- virtual void make_profile (const char *endpoint,
- TAO_Profile *&,
- CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ());
+ /// More TAO_Connector methods, please check the documentation on
+ /// Pluggable.h
+ virtual TAO_Profile *make_profile (CORBA::Environment &ACE_TRY_ENV);
/// Obtain tcp properties that must be used by this connector, i.e.,
/// initialize <tcp_properties_>.
int init_tcp_properties (void);
-
public:
typedef TAO_Connect_Concurrency_Strategy<TAO_IIOP_Connection_Handler>