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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostInit.java (file contents):
Revision 1.1 by tdb, Mon Nov 13 20:40:40 2000 UTC vs.
Revision 1.2 by tdb, Wed Nov 15 00:33:12 2000 UTC

# Line 56 | Line 56 | class HostInit extends Thread {
56                  _socketOut.println("OK");
57                  _socketOut.flush();
58                  
59 +                // get lastmodified
60 +                inBound = _socketIn.readLine();
61 +                while(!inBound.equals("LASTMODIFIED")) {
62 +                    _socketOut.println("ERROR");
63 +                    _socketOut.flush();
64 +                }
65 +                _socketOut.println(myConfig.getLastModified());
66 +                _socketOut.flush();
67 +                
68 +                // get properties
69                  inBound = _socketIn.readLine();
70                  while(!inBound.equals("ENDCONFIG")) {
71                            

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines