#include <ClntCfgMgr.h>
Inheritance diagram for TClntCfgMgr:
Public Member Functions | |
TClntCfgMgr (SmartPtr< TClntIfaceMgr > IfaceMgr, const string cfgFile, const string oldCfgFile) | |
~TClntCfgMgr () | |
SmartPtr< TClntCfgIA > | getIA (long IAID) |
SmartPtr< TClntCfgIface > | getIface () |
SmartPtr< TClntCfgIface > | getIface (int id) |
void | firstIface () |
void | addIface (SmartPtr< TClntCfgIface > x) |
int | countIfaces () |
void | dump () |
string | getWorkDir () |
bool | getReconfigure () |
string | getLogName () |
int | getLogLevel () |
bool | setIAState (int iface, int iaid, enum EState state) |
int | countAddrForIA (long IAID) |
SmartPtr< TClntCfgGroup > | getGroupForIA (long IAID) |
SmartPtr< TClntCfgIface > | getIfaceByIAID (int iaid) |
bool | isDone () |
Friends | |
ostream & | operator<< (ostream &strum, TClntCfgMgr &x) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|