summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2248_Regression/tests.idl
blob: a1be42b861962f5d3a92d4b45661c94c20baf11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

#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);
};