TODO:translate needed. The delegate interface required by CAgentConnector. It is required as a factor when generating CAgentConnector
virtual void Proud::IAgentConnectorDelegate::OnAuthentication |
( |
ErrorInfo * |
errorinfo | ) |
|
|
pure virtual |
TODO:translate needed. It is called back when Agent connect’s authentication is successful
virtual void Proud::IAgentConnectorDelegate::OnReportStatsCommand |
( |
| ) |
|
|
pure virtual |
TODO:translate needed. It is called back when the report request command has come from the agent server
virtual void Proud::IAgentConnectorDelegate::OnStopCommand |
( |
| ) |
|
|
pure virtual |
TODO:translate needed. It is called back when the command to terminate the server app is received
virtual void Proud::IAgentConnectorDelegate::OnWarning |
( |
ErrorInfo * |
errorinfo | ) |
|
|
pure virtual |
TODO:translate needed. It is called when the agent is used in a wrong way by the user