| 185 | }; |
| 186 | |
| 187 | virtual BOOL SetEndOfFile(LONGLONG offset, BOOL bSet = TRUE) { return NotImplemented(); }; |
| 188 | |
| 189 | virtual BOOL LockFile(LONGLONG ByteOffset, LONGLONG Length) { return NotImplemented(); }; |
| 190 |
nothing calls this directly
no outgoing calls
no test coverage detected