| 707 | } |
| 708 | |
| 709 | int MemoryDataSource::Write(LPCSTR /*buffer*/, size_t /*count*/) { |
| 710 | return UTE_ERROR; |
| 711 | } |
| 712 | |
| 713 | long MemoryDataSource::Seek(long offset, int origin) { |
| 714 | size_t uoffset = (size_t)offset; |
nothing calls this directly
no outgoing calls
no test coverage detected