Example 2: Client-side Holder
package Counter;
public final class CountHolder implements org.omg.CORBA.portable.Streamable{
// instance variable
public Counter.Count value;
// constructors
public CountHolder() {
this(null);
}
public CountHolder(Counter.Count __arg) { ….
Previous slide
Next slide
Back to first slide
View graphic version