summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h
index c0e216cc120..7187d87a588 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h
@@ -70,13 +70,13 @@ namespace TAO
* interface.
*/
//@{
- virtual char * acquisition_method (void);
+ virtual char * acquisition_method ();
virtual SecurityLevel3::AcquisitionStatus current_status ();
- virtual CORBA::ULong nth_iteration (void);
+ virtual CORBA::ULong nth_iteration ();
- virtual CORBA::Any * get_continuation_data (void);
+ virtual CORBA::Any * get_continuation_data ();
virtual SecurityLevel3::AcquisitionStatus continue_acquisition (
const CORBA::Any & acquisition_arguments);
@@ -84,7 +84,7 @@ namespace TAO
virtual SecurityLevel3::OwnCredentials_ptr get_credentials (
CORBA::Boolean on_list);
- virtual void destroy (void);
+ virtual void destroy ();
//@}
protected:
@@ -93,12 +93,12 @@ namespace TAO
* Protected destructor to enforce proper memory management
* through the reference counting mechanism.
*/
- ~CredentialsAcquirer (void);
+ ~CredentialsAcquirer ();
private:
/// Verify that this CredentialsAcquirer object is still valid,
/// i.e. hasn't been destroyed.
- void check_validity (void);
+ void check_validity ();
/// Create an OpenSSL X.509 certificate data structure.
static ::X509 * make_X509 (const ::SSLIOP::File &certificate);