8 class A_i
: public POA_Test::A
11 A_i (CORBA::ORB_ptr orb
,
12 CORBA::ValueFactoryBase
*vtp_factory
);
14 char *method (::Test::A::FailOn where
,
16 ::CORBA::String_out arg2
,
18 char *method_s (::Test::A::FailOn where
,
20 ::CORBA::String_out arg2
,
23 ::Test::seq_bd_str
*seq_method (::Test::A::FailOn where
,
24 const ::Test::seq_bd_str
& arg1
,
25 ::Test::seq_bd_str_out arg2
,
26 ::Test::seq_bd_str
& arg3
);
27 ::Test::seq_bds_str
*seq_method_s (::Test::A::FailOn where
,
28 const ::Test::seq_bds_str
& arg1
,
29 ::Test::seq_bds_str_out arg2
,
30 ::Test::seq_bds_str
& arg3
);
32 ::Test::arr_bd_str_slice
*arr_method (::Test::A::FailOn where
,
33 const ::Test::arr_bd_str arg1
,
34 ::Test::arr_bd_str_out arg2
,
35 ::Test::arr_bd_str arg3
);
36 ::Test::arr_bds_str_slice
*arr_method_s (::Test::A::FailOn where
,
37 const ::Test::arr_bds_str arg1
,
38 ::Test::arr_bds_str_out arg2
,
39 ::Test::arr_bds_str arg3
);
41 ::Test::sct
*sct_method (::Test::A::FailOn where
,
42 const ::Test::sct
& arg1
,
46 ::Test::unn
*unn_method (::Test::A::FailOn where
,
47 const ::Test::unn
& arg1
,
51 ::Test::val_bd_str
*vbx_method (::Test::A::FailOn where
,
52 ::Test::val_bd_str
* arg1
,
53 ::Test::val_bd_str_out arg2
,
54 ::Test::val_bd_str
*& arg3
);
56 ::Test::val_bds_str
*vbx_method_s (::Test::A::FailOn where
,
57 ::Test::val_bds_str
* arg1
,
58 ::Test::val_bds_str_out arg2
,
59 ::Test::val_bds_str
*& arg3
);
61 ::Test::vtp
*vtp_method (::Test::A::FailOn where
,
66 void exc_method (::Test::string_field f
);
71 /// The ORB pseudo-reference (for shutdown).
74 /// Factories for valuetypes.
75 CORBA::ValueFactoryBase
*vtp_factory_
;
78 #endif /* TAO_TEST_I_H */