ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/DataReader.java
(Generate patch)

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/DataReader.java (file contents):
Revision 1.8 by ajm, Wed Jan 24 03:21:25 2001 UTC vs.
Revision 1.9 by tdb, Wed Jan 24 13:56:48 2001 UTC

# Line 55 | Line 55 | public class DataReader extends Thread {
55              // continue until we are told to stop
56              while (_running) {
57                  line = _inBound.readLine();
58 +                if (line == null) {
59 +                    throw new IOException("unexpected loss of connection to server");
60 +                }
61                  _dataQueue.add(line);
62              }
63          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines