package Counter; |
public abstract class _CountImplBase |
extends org.omg.CORBA.portable.ObjectImpl |
implements Counter.Count, org.omg.CORBA.portable.Skeleton { |
static private org.omg.CORBA.portable.OperationDescriptor[][] _dispatch_table; |
static { |
_dispatch_table = new |
org.omg.CORBA.portable.OperationDescriptor[1][0]; |
......... |