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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h
index 734ca4d1884..d2c5254e923 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h
@@ -75,17 +75,17 @@ namespace TAO
* interface.
*/
//@{
- virtual char * acquisition_method (ACE_ENV_SINGLE_ARG_DECL)
+ virtual char * acquisition_method (void)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual SecurityLevel3::AcquisitionStatus current_status (
ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual CORBA::ULong nth_iteration (ACE_ENV_SINGLE_ARG_DECL)
+ virtual CORBA::ULong nth_iteration (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual CORBA::Any * get_continuation_data (ACE_ENV_SINGLE_ARG_DECL)
+ virtual CORBA::Any * get_continuation_data (void)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual SecurityLevel3::AcquisitionStatus continue_acquisition (
@@ -98,7 +98,7 @@ namespace TAO
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void destroy (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void destroy (void)
ACE_THROW_SPEC ((CORBA::SystemException));
//@}
@@ -115,7 +115,7 @@ namespace TAO
/// Verify that this CredentialsAcquirer object is still valid,
/// i.e. hasn't been destroyed.
- void check_validity (ACE_ENV_SINGLE_ARG_DECL);
+ void check_validity (void);
/// Create an OpenSSL X.509 certificate data structure.
static ::X509 * make_X509 (const ::SSLIOP::File &certificate);