summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInterceptor.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor/IORInterceptor.pidl')
-rw-r--r--TAO/tao/IORInterceptor/IORInterceptor.pidl5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/IORInterceptor/IORInterceptor.pidl b/TAO/tao/IORInterceptor/IORInterceptor.pidl
index 6247886f787..968fd662506 100644
--- a/TAO/tao/IORInterceptor/IORInterceptor.pidl
+++ b/TAO/tao/IORInterceptor/IORInterceptor.pidl
@@ -20,7 +20,7 @@
* The command used to generate code is:
*
* tao_idl
- * -o orig -Gp -Gd -Ge 1 -Sa -Sc -St -Sci
+ * -o orig -Gp -Gd -Ge 1 -Sa -Sc -St -Sci -SS
* -I$(TAO_ROOT)
* -Wb,export_macro=TAO_IORInterceptor_Export
* -Wb,export_include="iorinterceptor_export.h"
@@ -47,7 +47,10 @@ module PortableInterceptor
local interface IORInterceptor : Interceptor
{
void establish_components (in IORInfo info);
+ };
+ local interface IORInterceptor_3_0 : IORInterceptor
+ {
void components_established (in IORInfo info);
void adapter_manager_state_changed (