mmsengine/mmshttptransport/inc/mmssession.h
branchRCL_3
changeset 60 7fdbb852d323
parent 57 ebe688cedc25
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
   125         /**
   125         /**
   126         * Session event Callback
   126         * Session event Callback
   127         * from MHTTPSessionEventCallback
   127         * from MHTTPSessionEventCallback
   128         * Called when the filters registration conditions are satisfied for events that occur
   128         * Called when the filters registration conditions are satisfied for events that occur
   129         * on the session.
   129         * on the session.
   130         * @ param aEvent The session event that has occurred.
   130         * @ param aEvent The session event that has occured.
   131         * @ exception Any leaves must be handled by the appropriate MHFRunError.
   131         * @ exception Any leaves must be handled by the appropriate MHFRunError.
   132         */
   132         */
   133         void MHFSessionRunL( const THTTPSessionEvent& aEvent );
   133         void MHFSessionRunL( const THTTPSessionEvent& aEvent );
   134 
   134 
   135         /**
   135         /**