summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableInterceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableInterceptor.h')
-rw-r--r--TAO/tao/PortableInterceptor.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/PortableInterceptor.h b/TAO/tao/PortableInterceptor.h
index c1cb4cb395a..b365ad4fe0b 100644
--- a/TAO/tao/PortableInterceptor.h
+++ b/TAO/tao/PortableInterceptor.h
@@ -1,5 +1,5 @@
// This may look like C, but it's really -*- C++ -*-
-// $Id$:
+// $Id$
// ========================================================================
//
@@ -98,6 +98,11 @@ public:
/// interception point.
void receive_exception (PortableInterceptor::ClientRequestInfo_ptr ri,
CORBA::Environment &);
+
+ /// This method implements one of the "ending" client side
+ /// interception point.
+ void receive_other (PortableInterceptor::ClientRequestInfo_ptr ri,
+ CORBA::Environment &);
//@}
private: