| 1862 | } |
| 1863 | |
| 1864 | void RemoteServer::CloseCapture(IReplayController *rend) |
| 1865 | { |
| 1866 | rend->Shutdown(); |
| 1867 | |
| 1868 | { |
| 1869 | WRITE_DATA_SCOPE(); |
| 1870 | SCOPED_SERIALISE_CHUNK(RemoteServerPacket::CloseLog); |
| 1871 | } |
| 1872 | } |
| 1873 | |
| 1874 | rdcstr RemoteServer::DriverName() |
| 1875 | { |