62 while(tP) {manNum++; tP = tP->
next;}
66 manList =
new char*[manNum];
70 for (i = 0; i < manNum; i++)
71 {sprintf(buff,
"%s:%d", stP->
text, stP->val);
72 manList[i] = strdup(buff);
89 if (theCms) theCms->
Added(name, pend);
104 if (theCms) theCms->
Removed(name);
115 for (i = 0; i < manNum; i++) free(manList[i]);
virtual void Added(const char *path, int Pend=0)
virtual void Removed(const char *path)
virtual XrdOucTList * Managers()
void Removed(const char *name)
void Added(const char *name, bool pend=false)