| 82 | } |
| 83 | |
| 84 | int CClipboardFreeRDP::UnInit(CliprdrClientContext *context, bool bEnable) |
| 85 | { |
| 86 | context->custom = nullptr; |
| 87 | m_pCliprdrClientContext = nullptr; |
| 88 | return 0; |
| 89 | } |
| 90 | |
| 91 | void CClipboardFreeRDP::slotClipBoardChanged() |
| 92 | { |
no outgoing calls
no test coverage detected