Example 2: Client-side Helper
package Counter;
public final class CountHelper {
// It is useless to have instances of this
class private CountHelper() { }
public static void __write(org.omg.CORBA.portable.OutputStream out, Counter.Count that) {
out.write_Object(that);
}
…..
Previous slide
Next slide
Back to first slide
View graphic version