| 275 | bool RevSpace; |
| 276 | bool StoreVolNumber; |
| 277 | void Reset() |
| 278 | { |
| 279 | BaseBlock::Reset(); |
| 280 | NextVolume=false; |
| 281 | DataCRC=false; |
| 282 | RevSpace=false; |
| 283 | StoreVolNumber=false; |
| 284 | } |
| 285 | }; |
| 286 | |
| 287 |
nothing calls this directly
no outgoing calls
no test coverage detected