Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / FaultTolerance / GroupRef_Manipulation / test.idl
blobb76d4929a3add63c8083de02455c8c3147781759
1 // -*- IDL -*-
2 #include "tao/PortableInterceptor.pidl"
3 #include "tao/PI_Server/PI_Server_include.pidl"
5 module ForwardRequestTest
8 interface test
10 /// Return the number assigned to the current object. For
11 /// example, object one will return "1," and object two will
12 /// return "2."
13 short number ();
15 oneway void shutdown ();
18 local interface ServerRequestInterceptor
19 : PortableInterceptor::ServerRequestInterceptor
22 /// Set the references to which requests will be forwarded.
23 void forward_references (in Object obj1,
24 in Object obj2);
26 void reset ();