2 //=============================================================================
4 * @file alt_mapping_i.h
8 //=============================================================================
11 #ifndef ALT_MAPPING_I_H
12 #define ALT_MAPPING_I_H
14 #include "alt_mappingS.h"
17 * @class Alt_Mapping_i
19 * @brief Alt_Mapping_i
21 * Implementation of the Alt_Mapping_i test suite.
23 class Alt_Mapping_i
: public POA_Alt_Mapping
26 Alt_Mapping_i (CORBA::ORB_ptr orb
);
31 test_unbounded_string (const std::string s1
,
35 virtual Alt_Mapping::StructSeq
test_struct_sequence (
36 const Alt_Mapping::StructSeq
& s1
,
37 Alt_Mapping::StructSeq
& s2
,
38 Alt_Mapping::StructSeq
& s3
);
46 #endif /* ALT_MAPPING_I_H */