summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2248_Regression/tests.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2248_Regression/tests.idl')
-rw-r--r--TAO/orbsvcs/tests/Bug_2248_Regression/tests.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2248_Regression/tests.idl b/TAO/orbsvcs/tests/Bug_2248_Regression/tests.idl
new file mode 100644
index 00000000000..a1be42b8619
--- /dev/null
+++ b/TAO/orbsvcs/tests/Bug_2248_Regression/tests.idl
@@ -0,0 +1,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);
+};