| 226 | */ |
| 227 | void CopyFieldOn(const char* name) { this->CopyFieldOnOff(name, 1); } |
| 228 | void CopyFieldOff(const char* name) { this->CopyFieldOnOff(name, 0); } |
| 229 | |
| 230 | /** |
| 231 | * Turn on copying of all data. |
nothing calls this directly
no test coverage detected