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

Comparing projects/cms/source/host/c++/Config.h (file contents):
Revision 1.3 by ab11, Mon Feb 26 14:59:54 2001 UTC vs.
Revision 1.5 by ab11, Mon Mar 5 12:41:06 2001 UTC

# Line 20 | Line 20 | class Config {
20          SmallNet * getSmallNet(){ return net; };   // returns a pointer to the smallnet class
21          string getFilterName(){ return UDPFilterName; };
22          int getFilterPort(){ return TCPFilterPort; };
23 +        int chatHeartBeat();
24          
25          // public variables
26          
# Line 46 | Line 47 | class Config {
47          bool configChanged;                     // has the config changed since we last loaded it?
48          string lastModified;                    // saves the last modifed long integer
49          string fileList;                        // saves the last modifed file list
50 +        string fQDN;
51          int numProperties;                      // the number of properties which this host wants
52          string propertyNames[20];               // an array of strings which corrisponds to...
53          string propertyValues[20];              // these values

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines