summaryrefslogtreecommitdiff
path: root/modules/TAO/tests/AMI_CCM/ami_ccm_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/tests/AMI_CCM/ami_ccm_i.h')
-rw-r--r--modules/TAO/tests/AMI_CCM/ami_ccm_i.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/TAO/tests/AMI_CCM/ami_ccm_i.h b/modules/TAO/tests/AMI_CCM/ami_ccm_i.h
index 9628838d78f..e709bc57333 100644
--- a/modules/TAO/tests/AMI_CCM/ami_ccm_i.h
+++ b/modules/TAO/tests/AMI_CCM/ami_ccm_i.h
@@ -1,7 +1,7 @@
//=============================================================================
/**
- * @file ami_test_i.h
+ * @file ami_ccm_i.h
*
* $Id$
*
@@ -10,19 +10,19 @@
//=============================================================================
-#ifndef TAO_AMI_MSM_I_H
-#define TAO_AMI_MSM_I_H
+#ifndef TAO_AMI_CCM_I_H
+#define TAO_AMI_CCM_I_H
-#include "ami_msmS.h"
+#include "ami_ccmS.h"
-class AMI_Msm_i : public POA_A::AMI_Msm
+class AMI_CCM_i : public POA_A::AMI_CCM
{
public:
/// ctor
- AMI_Msm_i (CORBA::ORB_ptr orb);
+ AMI_CCM_i (CORBA::ORB_ptr orb);
// The AMI_Test methods.
- void foo (const char* string, ::CORBA::String_out answer);
+ void asynch_foo (const char* string, ::CORBA::String_out answer);
void shutdown (void);
@@ -32,5 +32,5 @@ private:
long answer_count_;
};
-#endif /* TAO_AMI_TEST_I_H */
+#endif /* TAO_AMI_CCM_I_H */