2 //=============================================================================
6 * Defines a helper class that can generate values for the parameters used
7 * for the Param_Test example
9 * @author Aniruddha Gokhale
11 //=============================================================================
17 #include "alt_mappingC.h"
18 #include "ace/Singleton.h"
27 CORBA::Short
gen_short ();
28 CORBA::Long
gen_long ();
30 char* gen_string (int maxlength
);
31 CORBA::WChar
* gen_wstring ();
32 CORBA::WChar
* gen_wstring (int maxlength
);
33 const Alt_Mapping::Fixed_Struct
gen_fixed_struct ();
36 Alt_Mapping::Fixed_Struct fixed_struct_
;
39 typedef ACE_Singleton
<Generator
, TAO_SYNCH_RECURSIVE_MUTEX
> GENERATOR
;