summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Dynamic/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Dynamic/test.idl')
-rw-r--r--TAO/tests/Portable_Interceptors/Dynamic/test.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/Dynamic/test.idl b/TAO/tests/Portable_Interceptors/Dynamic/test.idl
index 1b610a71d40..b1ac5f81ce5 100644
--- a/TAO/tests/Portable_Interceptors/Dynamic/test.idl
+++ b/TAO/tests/Portable_Interceptors/Dynamic/test.idl
@@ -29,7 +29,7 @@ module Test_Interceptors
// = DESCRIPTION
//
- void normal (in long arg);
+ void normal (in long arg, out string msg);
// Normal operation.
long calculate (in long one, in long two);
@@ -44,7 +44,5 @@ module Test_Interceptors
oneway void shutdown ();
// shutdown the ORB
-
-
};
};