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 / StubPreamble.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-05-06  |  523 b   |  26 lines

  1. /*
  2.  * @(#)StubPreamble.h    1.12 00/02/02
  3.  *
  4.  * Copyright 1994-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_STUB_PREAMBLE_
  12. #define _JAVASOFT_STUB_PREAMBLE_
  13.  
  14. /*
  15.  * Preamble for stubs.
  16.  *
  17.  * NOTE: This file should include only those
  18.  * declarations that can be used by java stub 
  19.  * routines.
  20.  */
  21.  
  22. #include "oobj.h"
  23. #include "interpreter.h"
  24.  
  25. #endif /* !_JAVASOFT_STUB_PREAMBLE_ */
  26.