/[classpath]/classpath/java/io/ObjectStreamConstants.java
ViewVC logotype

Diff of /classpath/java/io/ObjectStreamConstants.java

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

revision 1.9 by cbj, Mon Mar 25 05:12:18 2002 UTC revision 1.10 by mark, Thu Nov 7 16:09:40 2002 UTC
# Line 70  public interface ObjectStreamConstants Line 70  public interface ObjectStreamConstants
70    final static byte TC_PROXYCLASSDESC = (byte)125;  //0x7D    final static byte TC_PROXYCLASSDESC = (byte)125;  //0x7D
71    
72    final static byte TC_BASE = TC_NULL;    final static byte TC_BASE = TC_NULL;
73    final static byte TC_MAX = TC_EXCEPTION;    final static byte TC_MAX = TC_PROXYCLASSDESC;
74    
75    final static int baseWireHandle = 0x7e0000;    final static int baseWireHandle = 0x7e0000;
76    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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