| 137 | #endif //LINUX |
| 138 | |
| 139 | void CRefReadStream::OnIOExecuted(CRefReadStreamProxy* pProxy) |
| 140 | { |
| 141 | m_pEngine->OnIOJobExecuted(pProxy); |
| 142 | } |
| 143 | |
| 144 | // dumps all clients (proxies) - each uses the Dump function of the proxy |
| 145 | string CRefReadStream::Dump() |
no test coverage detected