-
The Auction system does not use any IDL unions
This is mapped to the class shown in
Code Sample 6
-
Each field of the union is mapped to a pair of methods
-
One for setting the value
-
One for getting the value
-
Actually the string valued field gets a number of routines for setting the
value because of memory management issues
-
There are also methods for getting/setting the descriminant
-
And finally, various constructors and an assignment operator
|