summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-04-10 01:19:15 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-04-10 01:19:15 +0000
commitca4f55564cfbf045628d90322989d9f961b5153d (patch)
tree13e7c59e70af3a2cb2850d7c95c5f00aa7788630 /TAO/tao/IIOP_Connector.h
parentdc479dd2eb5ed9e94d3ec435fad51d31f2a1c818 (diff)
downloadATCD-ca4f55564cfbf045628d90322989d9f961b5153d.tar.gz
ChangeLogTag:Mon Apr 9 18:17:14 2001 Ossama Othman <ossama@uci.edu>
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>