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.1 by ajm, Sun Jan 14 21:22:34 2001 UTC vs.
Revision 1.2 by ajm, Sun Jan 14 23:14:35 2001 UTC

# Line 35 | Line 35 | public class DataReader extends Thread {
35              try {
36                  
37                  _xml = _inBound.readLine();
38 +                synchronized (this) {
39 +                    notifyAll();
40 +                }
41              }
42              catch (IOException e) {
43                  System.err.println("This DataReader thread has been shut down as an exception occured: "+e);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines