home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / aplic / jbuilder / jruntime.z / sun_misc_SelfTest.h < prev    next >
C/C++ Source or Header  |  1997-08-25  |  923b  |  42 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class sun_misc_SelfTest */
  4.  
  5. #ifndef _Included_sun_misc_SelfTest
  6. #define _Included_sun_misc_SelfTest
  7. struct Hsun_misc_SelfTestInterface;
  8.  
  9. #pragma pack(4)
  10.  
  11. typedef struct Classsun_misc_SelfTest {
  12.     long i1;
  13.     long i2;
  14.     float f1;
  15.     float f2;
  16.     double d1;
  17.     double d2;
  18.     int64_t l1;
  19.     int64_t l2;
  20. /* Inaccessible static: si1 */
  21. /* Inaccessible static: si2 */
  22. /* Inaccessible static: sf1 */
  23. /* Inaccessible static: sf2 */
  24. /* Inaccessible static: sd1 */
  25. /* Inaccessible static: sd2 */
  26. /* Inaccessible static: sl1 */
  27. /* Inaccessible static: sl2 */
  28.     struct Hsun_misc_SelfTestInterface *interfaceObject;
  29.     struct HArrayOfArray *multi;
  30. } Classsun_misc_SelfTest;
  31. HandleTo(sun_misc_SelfTest);
  32.  
  33. #pragma pack()
  34.  
  35. #ifdef __cplusplus
  36. extern "C" {
  37. #endif
  38. #ifdef __cplusplus
  39. }
  40. #endif
  41. #endif
  42.