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.4 by ab11, Thu Nov 30 17:32:18 2000 UTC vs.
Revision 1.5 by tdb, Thu Dec 7 23:18:28 2000 UTC

# Line 8 | Line 8 | import java.io.*;
8  
9   /**
10   * Configurator object for the JavaHost
11 < * Will connect to the configurator manager and collect its specific
11 > * Will connect to the filter manager and collect its specific
12   * configuration
13   *
14   * @author  $Author$
# Line 118 | Line 118 | class Config {
118          Socket mySocket;
119          configChanged = false;
120          
121 <        System.out.println("Establishing connection with config manager");
121 >        System.out.println("Establishing connection with filter manager");
122          
123          // might throw a UnknownHostException
124          try {
# Line 156 | Line 156 | class Config {
156          
157              // close the socket
158              mySocket.close();
159 <            System.out.println("Completed communication with config manager");
159 >            System.out.println("Completed communication with filter manager");
160          
161          }
162          catch ( UnknownHostException e ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines