- Timestamp:
- 07/10/07 09:06:06 PM (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMail/src/org/logicprobe/LogicMail/util/Connection.java
r90 r128 146 146 } 147 147 socket = (StreamConnection)Connector.open(connectStr, Connector.READ_WRITE, true); 148 input = socket.open InputStream();149 output = socket.open OutputStream();148 input = socket.openDataInputStream(); 149 output = socket.openDataOutputStream(); 150 150 localAddress = ((SocketConnection)socket).getLocalAddress(); 151 151 }
