| 678 | } |
| 679 | |
| 680 | int MemoryDataSource::Open(OpenMsgType type) { |
| 681 | if (type != UTM_OM_READING) |
| 682 | return -1; |
| 683 | return UTE_SUCCESS; |
| 684 | } |
| 685 | |
| 686 | int MemoryDataSource::Close() { |
| 687 | return UTE_SUCCESS; |
nothing calls this directly
no outgoing calls
no test coverage detected