--- projects/cms/source/host/c++/Config.h 2001/03/01 20:10:42 1.4 +++ 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