#include <CfgMgr.h>
Inheritance diagram for TCfgMgr:
Public Member Functions | |
TCfgMgr (SmartPtr< TIfaceMgr > IfaceMgr) | |
virtual | ~TCfgMgr () |
bool | compareConfigs (const string cfgFile, const string oldCfgFile) |
void | copyFile (const string cfgFile, const string oldCfgFile) |
SmartPtr< TDUID > | getDUID () |
Protected Member Functions | |
bool | setDUID (const string duidFile) |
bool | loadDUID (const string filename) |
bool | generateDUID (const string duidFile, char *mac, int macLen, int macType) |
Protected Attributes | |
SmartPtr< TDUID > | DUID |
string | WorkDir |
string | LogName |
int | LogLevel |
bool | IsDone |
SmartPtr< TIfaceMgr > | IfaceMgr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|