| 68 | int GetErrors() {return Errors;}; |
| 69 | void SetErrArcName(const wchar *Name) {wcsncpyz(ErrArcName,Name,ASIZE(ErrArcName));} |
| 70 | void SetCommandData(CommandData *Cmd) {ScanTree::Cmd=Cmd;} |
| 71 | void SetErrDirList(StringList *List,Array<uint> *Lengths) |
| 72 | { |
| 73 | ErrDirList=List; |
nothing calls this directly
no outgoing calls
no test coverage detected