home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / windows / doc / hellowor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-26  |  402 b   |  15 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class HelloWorld */
  4.  
  5. #ifndef _Included_HelloWorld
  6. #define _Included_HelloWorld
  7.  
  8. typedef struct ClassHelloWorld {
  9.     char PAD;    /* ANSI C requires structures to have a least one member */
  10. } ClassHelloWorld;
  11. HandleTo(HelloWorld);
  12.  
  13. extern void HelloWorld_displayHelloWorld(struct HHelloWorld *);
  14. #endif
  15.