| 688 | } |
| 689 | |
| 690 | int MemoryDataSource::ReadLine(LPSTR /*buffer*/, size_t /*maxsize*/) { |
| 691 | return UTE_ERROR; |
| 692 | } |
| 693 | |
| 694 | int MemoryDataSource::WriteLine(LPCSTR /*buffer*/) { |
| 695 | return UTE_ERROR; |
nothing calls this directly
no outgoing calls
no test coverage detected