/[classpath]/classpath/gnu/java/rmi/server/UnicastRemoteCall.java
ViewVC logotype

Diff of /classpath/gnu/java/rmi/server/UnicastRemoteCall.java

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

revision 1.3 by ericb, Sat Feb 9 23:22:05 2002 UTC revision 1.4 by ericb, Sat Feb 9 23:34:44 2002 UTC
# Line 151  public class UnicastRemoteCall implement Line 151  public class UnicastRemoteCall implement
151     */     */
152    private class DummyObjectOutputStream implements ObjectOutput    private class DummyObjectOutputStream implements ObjectOutput
153    {    {
154        /**
155         * Non-private constructor to reduce bytecode emitted.
156         */
157        DummyObjectOutputStream()
158        {
159        }
160    
161      public void writeBoolean(boolean v) throws IOException      public void writeBoolean(boolean v) throws IOException
162      {      {
163        vec.addElement(new Boolean(v));        vec.addElement(new Boolean(v));
# Line 240  public class UnicastRemoteCall implement Line 247  public class UnicastRemoteCall implement
247     */     */
248    private class DummyObjectInputStream implements ObjectInput    private class DummyObjectInputStream implements ObjectInput
249    {    {
250        /**
251         * Non-private constructor to reduce bytecode emitted.
252         */
253        DummyObjectInputStream()
254        {
255        }
256    
257      public boolean readBoolean() throws IOException      public boolean readBoolean() throws IOException
258      {      {
259        Object obj = vec.elementAt(ptr++);        Object obj = vec.elementAt(ptr++);

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

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