| 123 | } |
| 124 | |
| 125 | void CICE::slotDisconnected() |
| 126 | { |
| 127 | CParameterICE* pPara = GetParameter(); |
| 128 | qInfo(m_Log) << "User" << pPara->getSignalUser() |
| 129 | << "is disconnected to signal server:" |
| 130 | << pPara->getSignalServer() << ":" << pPara->getSignalPort(); |
| 131 | } |
| 132 | |
| 133 | void CICE::slotError(int nError, const QString& szError) |
| 134 | { |
nothing calls this directly
no test coverage detected