summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2248_Regression/tests.idl
blob: 1c47f47cd787bc5aa85ba9a60229ffb8ad78f53c (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "tao/PortableInterceptor.pidl"
#include "tao/PI_Server/PI_Server_include.pidl"

#include "test.idl"

local interface Simple_ServerRequestInterceptor
    : PortableInterceptor::ServerRequestInterceptor
{
    /// Set the reference to which requests will be forwarded.
    void forward_reference (in string iorstr);
};