ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/java/Config.java
(Generate patch)

Comparing projects/cms/source/host/java/Config.java (file contents):
Revision 1.7 by tdb, Wed Jan 24 01:25:59 2001 UTC vs.
Revision 1.8 by ab11, Mon Mar 19 17:38:41 2001 UTC

# Line 131 | Line 131 | class Config {
131                  // everything is fine
132                  // sendCommand("LASTMODIFIED");
133                  lastModified = sendCommand("LASTMODIFIED");
134 <                
134 >                    
135                  fileList = sendCommand("FILELIST");
136 +                
137 +                fQDN = sendCommand("FQDN");                
138                  // get all the properties
139                  if ( numProperties > 0 ){
140                          // sendCommand("CONFIG");
# Line 245 | Line 247 | class Config {
247      private boolean configChanged;
248      private String lastModified;
249      private String fileList;
250 +    private String fQDN;
251      private int numProperties;
252      private HashMap myProperties;
253      private String filterName;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines