#include <admin.h>
Public Member Functions | |
CGraphUpdate (const std::string &n, sint u) | |
Data Fields | |
uint32 | LastUpdate |
std::string | Name |
int | Update |
|
Definition at line 58 of file admin.h. References LastUpdate, sint, and Update.
00058 : Name(n), Update(u), LastUpdate(0) { } |
|
Definition at line 63 of file admin.h. Referenced by CGraphUpdate(). |
|
|
|
Definition at line 61 of file admin.h. Referenced by CGraphUpdate(). |