--- projects/cms/source/host/c++/Config.h 2001/02/26 14:59:54 1.3 +++ projects/cms/source/host/c++/Config.h 2001/03/05 12:41:06 1.5 @@ -20,6 +20,7 @@ class Config { SmallNet * getSmallNet(){ return net; }; // returns a pointer to the smallnet class string getFilterName(){ return UDPFilterName; }; int getFilterPort(){ return TCPFilterPort; }; + int chatHeartBeat(); // public variables @@ -46,6 +47,7 @@ class Config { bool configChanged; // has the config changed since we last loaded it? string lastModified; // saves the last modifed long integer string fileList; // saves the last modifed file list + string fQDN; int numProperties; // the number of properties which this host wants string propertyNames[20]; // an array of strings which corrisponds to... string propertyValues[20]; // these values