![]() |
|
|
Generated: 18 Jul 2008 |
#include <ApMon.h>
Definition at line 160 of file ApMon.h.
Public Attributes | |
| int | nConfURLs |
| The number of webpages with configuration data. | |
| char * | vURLs [MAX_N_DESTINATIONS] |
| The addresses of the webpages with configuration data. | |
| char * | lastModifURLs [MAX_N_DESTINATIONS] |
| The "Last-Modified" line from the HTTP header for all the configuration webpages. | |
The number of webpages with configuration data.
Definition at line 162 of file ApMon.h.
Referenced by ApMon::freeConf(), and ApMon::initialize().
| char* ConfURLs::vURLs[MAX_N_DESTINATIONS] |
The addresses of the webpages with configuration data.
Definition at line 164 of file ApMon.h.
Referenced by ApMon::freeConf().
| char* ConfURLs::lastModifURLs[MAX_N_DESTINATIONS] |
The "Last-Modified" line from the HTTP header for all the configuration webpages.
Definition at line 167 of file ApMon.h.
Referenced by ApMon::freeConf().