home *** CD-ROM | disk | FTP | other *** search
/ Java Developer's Companion / Java Developer's Companion.iso / documentation / tutorial / native / implementing / example / CubbyHole.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-13  |  491 b   |  27 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class CubbyHole */
  4.  
  5. #ifndef _Included_CubbyHole
  6. #define _Included_CubbyHole
  7.  
  8. #pragma pack(4)
  9.  
  10. typedef struct ClassCubbyHole {
  11.     long seq;
  12.     /*boolean*/ long available;
  13. } ClassCubbyHole;
  14. HandleTo(CubbyHole);
  15.  
  16. #pragma pack()
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21. extern long CubbyHole_get(struct HCubbyHole *);
  22. extern void CubbyHole_put(struct HCubbyHole *,long);
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26. #endif
  27.