home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#)StubPreamble.h 1.12 00/02/02
- *
- * Copyright 1994-2000 Sun Microsystems, Inc. All Rights Reserved.
- *
- * This software is the proprietary information of Sun Microsystems, Inc.
- * Use is subject to license terms.
- *
- */
-
- #ifndef _JAVASOFT_STUB_PREAMBLE_
- #define _JAVASOFT_STUB_PREAMBLE_
-
- /*
- * Preamble for stubs.
- *
- * NOTE: This file should include only those
- * declarations that can be used by java stub
- * routines.
- */
-
- #include "oobj.h"
- #include "interpreter.h"
-
- #endif /* !_JAVASOFT_STUB_PREAMBLE_ */
-