class MAgentSessionNotify |
Interface from agents to CNifSession
since v9.5. Use MCPRs/CPRs/SCPRs instead of agents.
This used to be the interface used by both CNifAgentRef and the agent to communicate with CNifSession
It has now been altered so only the agent uses it, for ServiceChangeNotification(); ProgressNotification() has now been moved to the MNifSessionNotify interface
Agents should not have been calling ProgressNotification() anyway, they should call MNifAgentNotify::AgentProgress()
Public Member Functions | |
---|---|
void | ServiceChangeNotification(TUint32, const TDesC &) |