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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/TCPReaderInit.java (file contents):
Revision 1.3 by tdb, Mon Nov 27 21:48:44 2000 UTC vs.
Revision 1.4 by tdb, Wed Nov 29 01:23:28 2000 UTC

# Line 98 | Line 98 | class TCPReaderInit extends Thread {
98                  _socketOut.println("OK");
99                  _socketOut.flush();
100              }
101 +
102 +            // NEED TO LOG THE HEARTBEAT IN XML HERE.
103              
104          } catch (Exception e) {
105              _logRef.write(toString(), Logger.ERROR, "ERROR: " + e.getMessage());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines