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

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class sun_misc_VMNotification */
  4.  
  5. #ifndef _Included_sun_misc_VMNotification
  6. #define _Included_sun_misc_VMNotification
  7.  
  8. #pragma pack(4)
  9.  
  10. typedef struct Classsun_misc_VMNotification {
  11.     char PAD;    /* ANSI C requires structures to have a least one member */
  12. } Classsun_misc_VMNotification;
  13. HandleTo(sun_misc_VMNotification);
  14.  
  15. #pragma pack()
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #endif
  24.