summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
index 8376cda69dc..6cbad6b38b2 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
@@ -57,7 +57,7 @@ namespace TAO
typedef OwnCredentials_ptr _ptr_type;
typedef OwnCredentials_var _var_type;
typedef OwnCredentials_out _out_type;
-
+
/// Constructor
OwnCredentials (::X509 *cert, ::EVP_PKEY *evp);
@@ -73,7 +73,7 @@ namespace TAO
* interface.
*/
//@{
- SecurityLevel3::CredentialsType creds_type (ACE_ENV_SINGLE_ARG_DECL)
+ SecurityLevel3::CredentialsType creds_type (void)
ACE_THROW_SPEC ((CORBA::SystemException));
//@}
@@ -92,7 +92,7 @@ namespace TAO
ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void release_credentials (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void release_credentials (void)
ACE_THROW_SPEC ((CORBA::SystemException));
//@}