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.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
index 00f500102bb..c3b94c4bf6d 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
@@ -81,24 +81,20 @@ namespace TAO
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 (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)
{