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

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/ConnectionHandler.java (file contents):
Revision 1.20 by ajm, Tue Feb 27 23:31:32 2001 UTC vs.
Revision 1.21 by ajm, Thu Mar 1 02:00:02 2001 UTC

# Line 499 | Line 499 | public class ConnectionHandler extends Thread {
499              // data link must be closed (according to 1.1 PROTOCOL)
500              if(_dataLink == null) {
501                  try {
502 +                    Conient.addMessage("Setting host list to:" + hostList);
503                      String response = null;
504                      _outBound.println("SETHOSTLIST");
505                      _outBound.flush();
# Line 530 | Line 531 | public class ConnectionHandler extends Thread {
531      private void getConfigFromServer() {
532          if(_controlLink != null) {
533              try {
534 +                Conient.addMessage("Getting configuration from server");
535                  String response = null;
536                  _outBound.println("STARTCONFIG");
537                  _outBound.flush();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines