summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-01 13:07:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-01 13:07:07 +0000
commitaaf7bae108911a0892fc914093b284bfcbb1feaa (patch)
treeb8604e5996b5c3110aca041262b78f92de29ab9e /TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h
parentfda145852404fe8187438232d8a250d08e3c4d0a (diff)
downloadATCD-aaf7bae108911a0892fc914093b284bfcbb1feaa.tar.gz
ChangeLogTag: Fri Jul 1 12:54:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h
index ad49b3d2510..b5c4ef41f70 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h
@@ -118,11 +118,11 @@ namespace TAO
* assignment operator.
*/
//@{
- Server_Invocation_Interceptor (const Server_Invocation_Interceptor &)'
+ Server_Invocation_Interceptor (const Server_Invocation_Interceptor &);
void operator= (const Server_Invocation_Interceptor &);
//@}
- private:
+ private:
/// Reference to the current SSLIOP execution context.
::SSLIOP::Current_var ssliop_current_;