home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-03-05 | 1.1 KB | 31 lines |
- //
- // Auto-generated using JCOM.EXE 4.79.2035
- // (C:\SDK-JAVA.20\BIN\JCOM.EXE simpleobject.dll)
- //
- // 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 simpleobject;
-
- import com.ms.com.*;
- import com.ms.com.IUnknown;
- import com.ms.com.Variant;
-
- /** @com.class(classid=B2CD9D15-BD00-11D0-B5B3-00A0C913D22B,DynamicCasts)
- */
- public final class SimpleObject implements IUnknown,com.ms.com.NoAutoScripting,_SimpleObject
- {
- /** @com.method() */
- public native Variant ComputeSum(com.ms.com.SafeArray A);
-
- /** @com.method() */
- public native Variant CreateSquares();
-
-
- public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0xb2cd9d15, (short)0xbd00, (short)0x11d0, (byte)0xb5, (byte)0xb3, (byte)0x0, (byte)0xa0, (byte)0xc9, (byte)0x13, (byte)0xd2, (byte)0x2b);
- }
-