| 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 |
|
|
| 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 |