summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h
index 55daa20bb8d..e290ca7abd5 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h
@@ -69,8 +69,7 @@ namespace TAO
/// Return the peer certificate associated with the current
/// request.
- virtual ::SSLIOP::ASN_1_Cert * get_peer_certificate (
- ACE_ENV_SINGLE_ARG_DECL)
+ virtual ::SSLIOP::ASN_1_Cert * get_peer_certificate ()
ACE_THROW_SPEC ((CORBA::SystemException,
::SSLIOP::Current::NoContext));
@@ -82,8 +81,7 @@ namespace TAO
* certficate. However, the certificate chain on the server
* side does NOT contain the peer (client) certificate.
*/
- virtual ::SSLIOP::SSL_Cert * get_peer_certificate_chain (
- ACE_ENV_SINGLE_ARG_DECL)
+ virtual ::SSLIOP::SSL_Cert * get_peer_certificate_chain ()
ACE_THROW_SPEC ((CORBA::SystemException,
::SSLIOP::Current::NoContext));
@@ -119,8 +117,7 @@ namespace TAO
// The static operations.
static Current_ptr _duplicate (Current_ptr obj);
- static Current_ptr _narrow (CORBA::Object_ptr obj
- ACE_ENV_ARG_DECL);
+ static Current_ptr _narrow (CORBA::Object_ptr obj);
static Current_ptr _nil (void)
{