summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
index d468ae1ac59..f0fccca7a66 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
@@ -72,13 +72,13 @@ namespace TAO
* interface.
*/
//@{
- virtual char * creds_id (void);
+ virtual char * creds_id ();
virtual SecurityLevel3::CredentialsType creds_type (void) = 0;
virtual SecurityLevel3::CredentialsUsage creds_usage ();
- virtual TimeBase::UtcT expiry_time (void);
+ virtual TimeBase::UtcT expiry_time ();
virtual SecurityLevel3::CredentialsState creds_state ();
@@ -95,7 +95,7 @@ namespace TAO
* @note Caller owns the returned object. Use a
* TAO::SSLIOP::X509_var.
*/
- ::X509 *x509 (void);
+ ::X509 *x509 ();
//@}
/// Return a pointer to the underlying private key.
@@ -105,7 +105,7 @@ namespace TAO
* @note Caller owns the returned object. Use a
* TAO::SSLIOP::EVP_PKEY_var.
*/
- ::EVP_PKEY *evp (void);
+ ::EVP_PKEY *evp ();
//@}
bool operator== (const SSLIOP_Credentials &rhs);
@@ -117,7 +117,7 @@ namespace TAO
static SSLIOP::Credentials_ptr _narrow (CORBA::Object_ptr obj);
- static SSLIOP::Credentials_ptr _nil (void)
+ static SSLIOP::Credentials_ptr _nil ()
{
return (SSLIOP::Credentials_ptr) 0;
}
@@ -130,7 +130,7 @@ namespace TAO
* Protected destructor to enforce proper memory management
* through the reference counting mechanism.
*/
- ~SSLIOP_Credentials (void);
+ ~SSLIOP_Credentials ();
protected:
/// Reference to the X.509 certificate associated with this SSLIOP