serviceproviders/sapi_logging/inc/loggingcallback.h
changeset 37 5d0ec8b709be
parent 19 989d2f495d90
child 56 c210248fa89d
equal deleted inserted replaced
33:50974a8b132e 37:5d0ec8b709be
    67         */
    67         */
    68 
    68 
    69         void HandleNotifyL( TUint aTransid, TUint aStatus, CLogIter *aiter ) ;
    69         void HandleNotifyL( TUint aTransid, TUint aStatus, CLogIter *aiter ) ;
    70 
    70 
    71         /**
    71         /**
       
    72         * Implementation of HandleRequestL method, derived from MLoggingCB
       
    73         *
       
    74         * @param aTransid, Transaction id
       
    75         * @param aStaus ,  status of the async request
       
    76         * @parm, aEvents, data for notification
       
    77         */     
       
    78         void HandleReqeustL( TUint aTransid, TUint aStatus, CLogsEvent *aEvents ) ;
       
    79 
       
    80         /**
    72         * Implementation of CancelNotifyL method, derived from MLoggingCB
    81         * Implementation of CancelNotifyL method, derived from MLoggingCB
    73         *
    82         *
    74         * @param aTransid, Transaction id
    83         * @param aTransid, Transaction id
    75         */
    84         */
    76         
    85