summaryrefslogtreecommitdiff
path: root/TAO/tao/Interceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Interceptor.cpp')
-rw-r--r--TAO/tao/Interceptor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Interceptor.cpp b/TAO/tao/Interceptor.cpp
index aa22b9582ec..833ace63368 100644
--- a/TAO/tao/Interceptor.cpp
+++ b/TAO/tao/Interceptor.cpp
@@ -52,7 +52,7 @@ ServerRequestInterceptor::exception_occurred (CORBA::ULong,
CORBA::Object_ptr,
const char *,
//IOP::ServiceContextList &,
- //CORBA::Exception_ptr &,
+ //CORBA::Exception *&,
PortableInterceptor::Cookies &,
CORBA::Environment &)
{
@@ -91,7 +91,7 @@ ClientRequestInterceptor::exception_occurred (CORBA::ULong,
CORBA::Object_ptr,
const char *,
//IOP::ServiceContextList &,
- //CORBA::Exception_ptr &,
+ //CORBA::Exception *&,
PortableInterceptor::Cookies &,
CORBA::Environment &)
{