2 //=============================================================================
6 * @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
8 //=============================================================================
11 #ifndef TAO_AMI_TEST_I_H
12 #define TAO_AMI_TEST_I_H
14 #include "ami_testS.h"
19 * @brief AMI Test implementation
21 * Implements the AMI_Test interface in test.idl
23 class AMI_Test_i
: public POA_A::AMI_Test
27 AMI_Test_i (CORBA::ORB_ptr orb
);
29 // The AMI_Test methods.
30 CORBA::Long
foo (CORBA::Long_out out_l
,
36 CORBA::Long
yadda (void);
38 void yadda (CORBA::Long yadda
);
49 #endif /* TAO_AMI_TEST_I_H */