summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 18:04:11 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 18:04:11 +0000
commitc979767a00db4ea1299af482033a68829cc16675 (patch)
tree3e959cad0a053f1adad663e7c02bc7a239f383d8 /TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
parent0f3847bc7fd735ab88276fee59e2ebd6cb8d1f99 (diff)
downloadATCD-c979767a00db4ea1299af482033a68829cc16675.tar.gz
ChangeLogTag: Thu Jan 25 17:39:59 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
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)
{