summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-29 21:58:52 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-29 21:58:52 +0000
commitb217ff7a8cf10ef845c637de8789319033c163f6 (patch)
tree7d67cfd49539a2ff4007cc7da6ca8628df508fac /TAO/tao/IIOP_Connector.cpp
parentb6a780dd1e02c870855119917b45e3d5ee30e854 (diff)
downloadATCD-b217ff7a8cf10ef845c637de8789319033c163f6.tar.gz
ChangeLogTag:Thu Aug 29 14:48:51 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r--TAO/tao/IIOP_Connector.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp
index 0cd44eb4240..c76a1d6987e 100644
--- a/TAO/tao/IIOP_Connector.cpp
+++ b/TAO/tao/IIOP_Connector.cpp
@@ -1,4 +1,3 @@
-
#include "IIOP_Connector.h"
#include "IIOP_Profile.h"
#include "debug.h"
@@ -50,7 +49,7 @@ template class ACE_Map_Reverse_Iterator<ACE_HANDLE,ACE_Svc_Tuple<TAO_IIOP_Connec
TAO_IIOP_Connector::TAO_IIOP_Connector (CORBA::Boolean flag)
- : TAO_Connector (TAO_TAG_IIOP_PROFILE),
+ : TAO_Connector (IOP::TAG_INTERNET_IOP),
lite_flag_ (flag),
connect_strategy_ (),
base_connector_ ()
@@ -392,7 +391,7 @@ TAO_IIOP_Connector::init_tcp_properties (void)
TAO_IIOP_Endpoint *
TAO_IIOP_Connector::remote_endpoint (TAO_Endpoint *endpoint)
{
- if (endpoint->tag () != TAO_TAG_IIOP_PROFILE)
+ if (endpoint->tag () != IOP::TAG_INTERNET_IOP)
return 0;
TAO_IIOP_Endpoint *iiop_endpoint =