! * \~chinese 插件连接的具体操作处理。因为此插件是非Qt事件,所以在此函数中等待。 * * \~english Specific operation processing of plug-in connection. * Because of it is a non-Qt event loop, so wait in here. * * \~ * \return * \li >= 0: continue, Interval call time (msec) * \li = -1: stop * \li < -1: error * \see CConnect::Connect() CConnect::slotTimeOut() */
| 365 | * \see CConnect::Connect() CConnect::slotTimeOut() |
| 366 | */ |
| 367 | int CBackendFreeRDP::OnProcess() |
| 368 | { |
| 369 | return OnProcess(DEFAULT_TIMEOUT); |
| 370 | } |
| 371 | |
| 372 | /*! |
| 373 | * \~chinese 插件连接的具体操作处理。因为此插件是非Qt事件,所以在此函数中等待。 |