| 174 | } |
| 175 | |
| 176 | int LightpackPluginInterface::CheckLock(QString sessionKey) |
| 177 | { |
| 178 | if (lockSessionKeys.isEmpty()) |
| 179 | return 0; |
| 180 | if (lockSessionKeys[0]==sessionKey) |
| 181 | return 1; |
| 182 | return -1; |
| 183 | } |
| 184 | |
| 185 | |
| 186 | //TODO: lock unlock |
no outgoing calls
no test coverage detected