/[classpath]/classpath/gnu/classpath/Configuration.java.in
ViewVC logotype

Diff of /classpath/gnu/classpath/Configuration.java.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by ericb, Sun Oct 21 01:12:06 2001 UTC revision 1.5 by ericb, Sun Oct 21 01:19:17 2001 UTC
# Line 58  public interface Configuration Line 58  public interface Configuration
58     * Proxy.getProxyClass completely, including argument verification.     * Proxy.getProxyClass completely, including argument verification.
59     * If this is true, HAVE_NATIVE_GET_PROXY_DATA and     * If this is true, HAVE_NATIVE_GET_PROXY_DATA and
60     * HAVE_NATIVE_GENERATE_PROXY_CLASS should be false.     * HAVE_NATIVE_GENERATE_PROXY_CLASS should be false.
61     * @see java.util.reflect.Proxy     * @see java.lang.reflect.Proxy
62     */     */
63    boolean HAVE_NATIVE_GET_PROXY_CLASS = false;    boolean HAVE_NATIVE_GET_PROXY_CLASS = false;
64    
# Line 67  public interface Configuration Line 67  public interface Configuration
67     * the first part of Proxy.getProxyClass: generation of the array     * the first part of Proxy.getProxyClass: generation of the array
68     * of methods to convert, and verification of the arguments.     * of methods to convert, and verification of the arguments.
69     * If this is true, HAVE_NATIVE_GET_PROXY_CLASS should be false.     * If this is true, HAVE_NATIVE_GET_PROXY_CLASS should be false.
70     * @see java.util.reflect.Proxy     * @see java.lang.reflect.Proxy
71     */     */
72    boolean HAVE_NATIVE_GET_PROXY_DATA = false;    boolean HAVE_NATIVE_GET_PROXY_DATA = false;
73    
# Line 76  public interface Configuration Line 76  public interface Configuration
76     * the second part of Proxy.getProxyClass: conversion of an array of     * the second part of Proxy.getProxyClass: conversion of an array of
77     * methods into an actual proxy class.     * methods into an actual proxy class.
78     * If this is true, HAVE_NATIVE_GET_PROXY_CLASS should be false.     * If this is true, HAVE_NATIVE_GET_PROXY_CLASS should be false.
79     * @see java.util.reflect.Proxy     * @see java.lang.reflect.Proxy
80     */     */
81    boolean HAVE_NATIVE_GENERATE_PROXY_CLASS = false;    boolean HAVE_NATIVE_GENERATE_PROXY_CLASS = false;
82  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26