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

Method SetConnectCount

Plugins/FtpServer/ParameterFtpServer.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void CParameterFtpServer::SetConnectCount(int newConnectCount)
68{
69 if(m_ConnectCount == newConnectCount)
70 return;
71 m_ConnectCount = newConnectCount;
72 SetModified(true);
73}
74
75bool CParameterFtpServer::GetListenAll() const
76{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected