summaryrefslogtreecommitdiff
path: root/TAO/docs/interceptors.html
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-09-24 08:31:39 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-09-24 08:31:39 +0000
commit98bf6fd5944c42d6378d113a97887cf6c25ff616 (patch)
treeb9674398df0afb2f1a2977634505a8cc23ea28c8 /TAO/docs/interceptors.html
parentfa0cc67947b410a1ac3eb1502b5351a21e241d2b (diff)
downloadATCD-98bf6fd5944c42d6378d113a97887cf6c25ff616.tar.gz
ChangeLogTag:Mon Sep 24 01:21:16 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/docs/interceptors.html')
-rw-r--r--TAO/docs/interceptors.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/docs/interceptors.html b/TAO/docs/interceptors.html
index 1012a6cdc01..a6d402fca85 100644
--- a/TAO/docs/interceptors.html
+++ b/TAO/docs/interceptors.html
@@ -388,6 +388,12 @@ module PortableInterceptor
exception. Otherwise it will be propagated to the client. This
change also has the added benefit of reducing the stub/skeleton
footprint, particularly for IDL with many interfaces.
+ <li>Implemented <CODE>PortableInterceptor::Current</CODE> interface,
+ <CODE>ORBInitInfo::allocate_slot_id</CODE>,
+ <CODE>ClientRequestInfo::get_slot</CODE>,
+ <CODE>ServerRequestInfo::get_slot</CODE>,
+ <CODE>ServerRequestInfo::set_slot</CODE>, and
+ <CODE>ServerRequestInfo::get_server_policy</CODE> methods.
</ul>
<hr><P>
@@ -397,8 +403,6 @@ module PortableInterceptor
optimization to the interceptor chain; the <CODE>direct</CODE>
collocation optimization will not go through the interceptor
chain.
- <li>Implement the <CODE>PortableInterceptor::Current</CODE>
- interface. Useful for passing data between interceptors.
<li>The <CODE>send_poll</CODE> request interception point
implementation will most likely be deferred until TII is
supported in TAO.