summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-04 07:55:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-04 07:55:52 +0000
commit75124cb706ecb8b8c2c6ca95f7fa20335124e2da (patch)
treea790da0507bdec27c8b69a305c5585d6fd67b8a2 /TAO/orbsvcs
parent4b2e49e9f0d3dd7af1388a0b27d91249addc0fa6 (diff)
downloadATCD-75124cb706ecb8b8c2c6ca95f7fa20335124e2da.tar.gz
ChangeLogTag: Tue Jul 3 07:51:12 UTC 2006 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h
index a7032ee4648..d05fec097ad 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h
@@ -125,7 +125,7 @@ namespace TAO
/// so that the guard may be used uniformly.
void set_sec_attrs (::Security::QOP qop,
const ::Security::EstablishTrust &trust,
- TAO::SSLIOP::OwnCredentials_ptr creds);
+ const TAO::SSLIOP::OwnCredentials_ptr creds);
/// Get the Quality-of-Protection settings for this endpoint.
::Security::QOP qop (void) const;
@@ -232,11 +232,11 @@ namespace TAO
* ports are the same.
*/
CORBA::Boolean is_equivalent (const TAO_Endpoint *other_endpoint);
-
+
/// Return a copy of the corresponding endpoints by allocating
/// memory.
virtual TAO_Endpoint *duplicate (void);
-
+
private:
TAO_SSLIOP_Synthetic_Endpoint (const ::SSLIOP::SSL *ssl);