home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / j2sdk / files / linux / j2sdklin.bin / jdk1.3.1 / include-old / native.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-05-06  |  640 b   |  30 lines

  1. /*
  2.  * @(#)native.h    1.11 00/02/02
  3.  *
  4.  * Copyright 1995-2000 Sun Microsystems, Inc. All Rights Reserved.
  5.  * 
  6.  * This software is the proprietary information of Sun Microsystems, Inc.  
  7.  * Use is subject to license terms.
  8.  * 
  9.  */
  10.  
  11. #ifndef _JAVASOFT_NATIVE_H_
  12. #define _JAVASOFT_NATIVE_H_
  13.  
  14. /*
  15.  * Header file for native methods. This file should include
  16.  * only those declarations that native methods are allowed to
  17.  * use.
  18.  *
  19.  * NOTE: this currently includes too much stuff...
  20.  */
  21.  
  22. #include "oobj.h"
  23. #include "interpreter.h"
  24. #include "tree.h"
  25. #include "javaString.h"
  26. #include "typecodes.h"
  27. #include "oldnmi.h"
  28.  
  29. #endif /* !_JAVASOFT_NATIVE_H_ */
  30.