Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2248_Regression / tests.idl
blob1c47f47cd787bc5aa85ba9a60229ffb8ad78f53c
1 #include "tao/PortableInterceptor.pidl"
2 #include "tao/PI_Server/PI_Server_include.pidl"
4 #include "test.idl"
6 local interface Simple_ServerRequestInterceptor
7 : PortableInterceptor::ServerRequestInterceptor
9 /// Set the reference to which requests will be forwarded.
10 void forward_reference (in string iorstr);