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

Method Clean

Service/Service.cpp:47–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47int CService::Clean()
48{
49 int nRet = 0;
50
51 OnClean();
52
53 if(m_pPara)
54 {
55 m_pPara->deleteLater();
56 m_pPara = nullptr;
57 }
58 return nRet;
59}
60
61void CService::slotProcess()
62{

Callers 2

runMethod · 0.45
StopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected