1 | package Counter; |
2 | abstract public class _sk_Count extends _CountImplBase { |
3 | protected _sk_Count(java.lang.String name) { |
4 | super(name); |
5 | } |
6 | protected _sk_Count() { |
7 | } |
8 | } |
9 | Note: This code is created automatically by |
10 | IDL->Java pre-compiler from the IDL spec |