MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetAnonymousLogin

Method SetAnonymousLogin

Plugins/FtpServer/ParameterFtpServer.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void CParameterFtpServer::SetAnonymousLogin(bool newAnonymousLogin)
29{
30 if(m_bAnonymousLogin == newAnonymousLogin)
31 return;
32 m_bAnonymousLogin = newAnonymousLogin;
33 SetModified(true);
34}
35
36bool CParameterFtpServer::GetReadOnly() const
37{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected