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.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
index 8376cda69dc..0ac90730636 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
@@ -57,14 +57,13 @@ namespace TAO
typedef OwnCredentials_ptr _ptr_type;
typedef OwnCredentials_var _var_type;
typedef OwnCredentials_out _out_type;
-
+
/// Constructor
OwnCredentials (::X509 *cert, ::EVP_PKEY *evp);
static OwnCredentials_ptr _duplicate (OwnCredentials_ptr obj);
static OwnCredentials_ptr _nil (void);
- static OwnCredentials_ptr _narrow (CORBA::Object_ptr obj
- ACE_ENV_ARG_DECL);
+ static OwnCredentials_ptr _narrow (CORBA::Object_ptr obj);
/**
* @name SecurityLevel3::TargetCredentials Methods
@@ -73,7 +72,7 @@ namespace TAO
* interface.
*/
//@{
- SecurityLevel3::CredentialsType creds_type (ACE_ENV_SINGLE_ARG_DECL)
+ SecurityLevel3::CredentialsType creds_type (void)
ACE_THROW_SPEC ((CORBA::SystemException));
//@}
@@ -84,15 +83,13 @@ namespace TAO
* interface.
*/
//@{
- virtual SecurityLevel3::CredsInitiator_ptr creds_initiator (
- ACE_ENV_SINGLE_ARG_DECL)
+ virtual SecurityLevel3::CredsInitiator_ptr creds_initiator ()
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual SecurityLevel3::CredsAcceptor_ptr creds_acceptor (
- ACE_ENV_SINGLE_ARG_DECL)
+ virtual SecurityLevel3::CredsAcceptor_ptr creds_acceptor ()
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void release_credentials (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void release_credentials (void)
ACE_THROW_SPEC ((CORBA::SystemException));
//@}