| 439 | } |
| 440 | |
| 441 | int FTPProfile::SetUseAgent(bool useAgent) { |
| 442 | m_useAgent = useAgent; |
| 443 | return 0; |
| 444 | } |
| 445 | |
| 446 | AuthenticationMethods FTPProfile::GetAcceptedMethods() const { |
| 447 | return m_acceptedMethods; |
no outgoing calls
no test coverage detected