summaryrefslogtreecommitdiff
path: root/modules/TAO/tests/AMI_CCM/ami_ccm.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/tests/AMI_CCM/ami_ccm.idl')
-rw-r--r--modules/TAO/tests/AMI_CCM/ami_ccm.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/TAO/tests/AMI_CCM/ami_ccm.idl b/modules/TAO/tests/AMI_CCM/ami_ccm.idl
index 0964be442f0..7ce386b686e 100644
--- a/modules/TAO/tests/AMI_CCM/ami_ccm.idl
+++ b/modules/TAO/tests/AMI_CCM/ami_ccm.idl
@@ -1,7 +1,7 @@
//=============================================================================
/**
- * @file ami_msm.idl
+ * @file ami_ccm.idl
*
* $Id$
*
@@ -19,9 +19,9 @@ module A
string error;
};
- interface AMI_Msm
+ interface AMI_CCM
{
- void foo (in string hello, out string answer)
+ void asynch_foo (in string hello, out string answer)
raises (InternalError);
oneway void shutdown ();