|
|
|
Location:
http\mhttpsessioneventcallback.h
class MHTTPSessionEventCallback
Supported from 7.0
Abstract interface for a session event callback handler.
Defined in MHTTPSessionEventCallback:
MHFSessionRunError(), MHFSessionRunL()
virtual void MHFSessionRunL(const THTTPSessionEvent& aEvent) =0;
Called when the client's registration conditions are satisfied for events that occur on the session.
|
virtual TInt MHFSessionRunError(TInt aError, const THTTPSessionEvent& aEvent)=0;
Called when a leave occurs in handling a session event.
The function is similiar in principle to CActive::RunError().
|
|