| 64 | inline void SetOrig(PTDB txp) {To_Orig = txp;} |
| 65 | inline void SetUse(TUSE n) {Use = n;} |
| 66 | inline void SetCondFil(PCFIL cfp) {To_CondFil = cfp;} |
| 67 | inline void SetNext(PTDB tdbp) {Next = tdbp;} |
| 68 | inline void SetName(LPCSTR name) {Name = name;} |
| 69 | inline void SetTable(PTABLE tablep) {To_Table = tablep;} |