summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-12 03:44:20 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-12 03:44:20 +0000
commitc0fcd88f867d0a323401f3ec88ab56c24e67841d (patch)
treeddd847839cd843ac4402024e7a84190b558e4b7f
parent4839a78c4a1e9868c0b40d5c9eb801939e932683 (diff)
downloadATCD-c0fcd88f867d0a323401f3ec88ab56c24e67841d.tar.gz
ChangeLogTag:Wed Oct 11 22:39:59 2000 Marina Spivak <marina@cs.wustl.edu>
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.cpp14
1 files changed, 1 insertions, 13 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.cpp
index 28dd0225517..a5a9edaf9e2 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.cpp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.cpp
@@ -171,18 +171,6 @@ TAO_SSLIOP_Profile::decode (TAO_InputCDR& cdr)
}
}
-int
-TAO_SSLIOP_Profile::encode_endpoints (void)
-{
- int r = -1;
- r = this->encode_endpoints ();
-
- if (r != 1)
- return r;
-
- return this->TAO_IIOP_Profile::encode_endpoints ();
-}
-
CORBA::Boolean
TAO_SSLIOP_Profile::is_equivalent (const TAO_Profile *other_profile)
{
@@ -275,7 +263,7 @@ TAO_SSLIOP_Profile::encode_endpoints (void)
tagged_components_.set_component (tagged_component);
}
- return 1;
+ return this->TAO_IIOP_Profile::encode_endpoints ();
}
int