summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/AMI_CCM/Hello_Base/Hello_Base.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/tests/AMI_CCM/Hello_Base/Hello_Base.idl')
-rw-r--r--modules/CIAO/tests/AMI_CCM/Hello_Base/Hello_Base.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/CIAO/tests/AMI_CCM/Hello_Base/Hello_Base.idl b/modules/CIAO/tests/AMI_CCM/Hello_Base/Hello_Base.idl
index ae6031a46b9..ae3bda94d5b 100644
--- a/modules/CIAO/tests/AMI_CCM/Hello_Base/Hello_Base.idl
+++ b/modules/CIAO/tests/AMI_CCM/Hello_Base/Hello_Base.idl
@@ -9,7 +9,7 @@ module CCM_AMI
interface AMI_foo
{
- long asynch_foo (in string in_str, out string answer)
+ long asynch_foo (in string in_str)
raises (InternalError);
void foo_callback (in long result, in string answer);
};