1 | package Counter; |
2 | public abstract class _CountImplBase |
3 | extends org.omg.CORBA.portable.ObjectImpl |
4 | implements Counter.Count, org.omg.CORBA.portable.Skeleton { |
5 | static private org.omg.CORBA.portable.OperationDescriptor[][] _dispatch_table; |
6 | static { |
7 | _dispatch_table = new |
8 | org.omg.CORBA.portable.OperationDescriptor[1][0]; |
9 | ......... |