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

Method SetSavePassword

Plugins/WakeOnLan/ParameterWakeOnLan.cpp:193–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193int CParameterWakeOnLan::SetSavePassword(bool save)
194{
195 if(m_bSavePassword == save)
196 return 0;
197 m_bSavePassword = save;
198 SetModified(true);
199 return 0;
200}
201
202const int CParameterWakeOnLan::GetRepeat() const
203{

Callers 3

AcceptMethod · 0.45
SetPluginParametersMethod · 0.45
CParameterFtpServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected