3 //=============================================================================
7 * Simple IDL file to test PortableInterceptor::ForwardRequest
10 * @author Ossama Othman <ossama@uci.edu>
12 //=============================================================================
14 #include
"tao/PI_Server/PI_Server_include.pidl"
16 module ForwardRequestTest
21 /// Return the number assigned to the current object. For
22 /// example, object one will return "1," and object two will
26 oneway
void shutdown
();
29 local interface ServerRequestInterceptor
30 : PortableInterceptor
::ServerRequestInterceptor
33 /// Set the references to which requests will be forwarded.
34 void forward_references
(in Object obj1
,