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

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class NativeExample */
  4.  
  5. #ifndef _Included_NativeExample
  6. #define _Included_NativeExample
  7.  
  8. #pragma pack(4)
  9.  
  10. typedef struct ClassNativeExample {
  11.     long myValue;
  12. } ClassNativeExample;
  13. HandleTo(NativeExample);
  14.  
  15. #pragma pack()
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. struct Hjava_lang_String;
  21. extern struct Hjava_lang_String *NativeExample_quote(struct HNativeExample *,long);
  22. extern long NativeExample_twoTimes(struct HNativeExample *);
  23. struct HNativeExample;
  24. extern struct HNativeExample *NativeExample_doubleUp(struct HNativeExample *);
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28. #endif
  29.