| 264 | } |
| 265 | |
| 266 | bool SvnInternalJobBase::contextSslClientCertPrompt( std::string& cert ) |
| 267 | { |
| 268 | emit needSslClientCert( QString::fromUtf8( cert.c_str() ) ); |
| 269 | m_guiSemaphore.acquire( 1 ); |
| 270 | return true; |
| 271 | } |
| 272 | |
| 273 | bool SvnInternalJobBase::contextSslClientCertPwPrompt( std::string& pw, const std::string& realm, |
| 274 | bool& maySave ) |
no test coverage detected