home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Samples / ActiveXBeans / SafeArray / simpleobject / SimpleObject.java < prev   
Encoding:
Java Source  |  1998-03-05  |  1.1 KB  |  31 lines

  1. //
  2. // Auto-generated using JCOM.EXE 4.79.2035
  3. //   (C:\SDK-JAVA.20\BIN\JCOM.EXE simpleobject.dll)
  4. //
  5. // WARNING: Do not remove the comments that include "@com" directives.
  6. // This source file must be compiled by a @com-aware compiler.
  7. // If you are using the Microsoft Visual J++ compiler, you must use
  8. // version 1.02.3920 or later. Previous versions will not issue an error
  9. // but will not generate COM-enabled class files.
  10. //
  11.  
  12. package simpleobject;
  13.  
  14. import com.ms.com.*;
  15. import com.ms.com.IUnknown;
  16. import com.ms.com.Variant;
  17.  
  18. /** @com.class(classid=B2CD9D15-BD00-11D0-B5B3-00A0C913D22B,DynamicCasts)
  19. */
  20. public final class SimpleObject implements IUnknown,com.ms.com.NoAutoScripting,_SimpleObject
  21. {
  22.   /** @com.method() */
  23.   public native Variant ComputeSum(com.ms.com.SafeArray A);
  24.  
  25.   /** @com.method() */
  26.   public native Variant CreateSquares();
  27.  
  28.  
  29.   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);
  30. }
  31.