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.h21
1 files changed, 8 insertions, 13 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
index 5fdf4f78e6c..c3b94c4bf6d 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
@@ -74,31 +74,27 @@ namespace TAO
* interface.
*/
//@{
- virtual char * creds_id (ACE_ENV_SINGLE_ARG_DECL)
+ virtual char * creds_id (void)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual
- SecurityLevel3::CredentialsType creds_type (ACE_ENV_SINGLE_ARG_DECL)
+ SecurityLevel3::CredentialsType creds_type (void)
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
- virtual SecurityLevel3::CredentialsUsage creds_usage (
- ACE_ENV_SINGLE_ARG_DECL)
+ virtual SecurityLevel3::CredentialsUsage creds_usage ()
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual TimeBase::UtcT expiry_time (ACE_ENV_SINGLE_ARG_DECL)
+ virtual TimeBase::UtcT expiry_time (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual SecurityLevel3::CredentialsState creds_state (
- ACE_ENV_SINGLE_ARG_DECL)
+ virtual SecurityLevel3::CredentialsState creds_state ()
ACE_THROW_SPEC ((CORBA::SystemException));
virtual char * add_relinquished_listener (
- SecurityLevel3::RelinquishedCredentialsListener_ptr listener
- ACE_ENV_ARG_DECL)
+ SecurityLevel3::RelinquishedCredentialsListener_ptr listener)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void remove_relinquished_listener (const char * id
- ACE_ENV_ARG_DECL)
+ virtual void remove_relinquished_listener (const char * id)
ACE_THROW_SPEC ((CORBA::SystemException));
//@}
@@ -129,8 +125,7 @@ namespace TAO
// The static operations.
static SSLIOP::Credentials_ptr _duplicate (SSLIOP::Credentials_ptr obj);
- static SSLIOP::Credentials_ptr _narrow (CORBA::Object_ptr obj
- ACE_ENV_ARG_DECL);
+ static SSLIOP::Credentials_ptr _narrow (CORBA::Object_ptr obj);
static SSLIOP::Credentials_ptr _nil (void)
{