/[classpath]/classpath/java/net/DatagramSocket.java
ViewVC logotype

Diff of /classpath/java/net/DatagramSocket.java

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

revision 1.19 by mkoch, Sun Mar 2 20:42:22 2003 UTC revision 1.20 by mkoch, Sun Mar 2 20:46:16 2003 UTC
# Line 426  public class DatagramSocket Line 426  public class DatagramSocket
426      /* FIXME: Shit, we can't do this even though the OS supports it since this      /* FIXME: Shit, we can't do this even though the OS supports it since this
427         method isn't in DatagramSocketImpl. */         method isn't in DatagramSocketImpl. */
428      //  impl.connect(address, port);      //  impl.connect(address, port);
   
     connected = true;  
429    }    }
430    
431    /**    /**
# Line 442  public class DatagramSocket Line 440  public class DatagramSocket
440      // FIXME: See my comments on connect()      // FIXME: See my comments on connect()
441      this.remoteAddress = null;      this.remoteAddress = null;
442      this.remotePort = -1;      this.remotePort = -1;
     connected = false;  
443    }    }
444    
445    /**    /**

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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