// // Auto-generated using JActiveX.EXE 5.00.3165 // (jactivex /javatlb /d d:\packages TheServer.exe) // // WARNING: Do not remove the comments that include "@com" directives. // This source file must be compiled by a @com-aware compiler. // If you are using the Microsoft Visual J++ compiler, you must use // version 1.02.3920 or later. Previous versions will not issue an error // but will not generate COM-enabled class files. // package theserver; import com.ms.com.*; import com.ms.com.IUnknown; import com.ms.com.Variant; /** @com.class(classid=198C064E-B949-11D2-8902-000000000000,DynamicCasts) */ public class TheServerComObject implements IUnknown,com.ms.com.NoAutoScripting,theserver.ITheServerComObject { /** @com.method() @hidden */ public native void HelloWorld(); /** @com.method() @hidden */ public native int AcceptNewValue(int lNewValue); public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0x198c064e, (short)0xb949, (short)0x11d2, (byte)0x89, (byte)0x2, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0); }