summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableInterceptorC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableInterceptorC.h')
-rw-r--r--TAO/tao/PortableInterceptorC.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/tao/PortableInterceptorC.h b/TAO/tao/PortableInterceptorC.h
index 0bad4f4eb8b..cf23ba672f6 100644
--- a/TAO/tao/PortableInterceptorC.h
+++ b/TAO/tao/PortableInterceptorC.h
@@ -1029,6 +1029,17 @@ public:
CORBA::SystemException
));
+ // = TAO specific,has been added because there is no extraction
+ // operator for getting an exception out of an Any. Seems more like a
+ // bug in the spec.
+ virtual CORBA::Exception * _received_exception (
+ CORBA::Environment &ACE_TRY_ENV =
+ TAO_default_environment ()
+ )
+ ACE_THROW_SPEC ((
+ CORBA::SystemException
+ ));
+
virtual char * received_exception_id (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
@@ -1198,6 +1209,17 @@ public:
CORBA::SystemException
));
+ // = TAO specific,has been added because there is no extraction
+ // operator for getting an exception out of an Any. Seems more like a
+ // bug in the spec.
+ virtual CORBA::Exception * _sending_exception (
+ CORBA::Environment &ACE_TRY_ENV =
+ TAO_default_environment ()
+ )
+ ACE_THROW_SPEC ((
+ CORBA::SystemException
+ ));
+
virtual PortableInterceptor::OctetSeq * object_id (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()