phoneengine/loghandling/inc/cpelogevent.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
   101         */
   101         */
   102         void SaveL( );
   102         void SaveL( );
   103 
   103 
   104         /**
   104         /**
   105         * Update log info for the log event
   105         * Update log info for the log event
   106         * @param TPELogInfo& alogInfo, log information
   106         * @param CPELogInfo& alogInfo, log information
   107         * @return None.
   107         * @return None.
   108         */
   108         */
   109         void UpdateLogInfoL( const CPELogInfo& aLogInfo );
   109         void UpdateLogInfoL( const CPELogInfo& aLogInfo );
   110         
   110         
   111         /**
   111         /**
   234          * @since    S60 v5.1
   234          * @since    S60 v5.1
   235          * @param    aEvent        Log event.
   235          * @param    aEvent        Log event.
   236          * @param    aLogInfo      Log info containing remote contact.
   236          * @param    aLogInfo      Log info containing remote contact.
   237          */
   237          */
   238         void SetRemoteContact( CLogEvent& aEvent, const CPELogInfo& aLogInfo );
   238         void SetRemoteContact( CLogEvent& aEvent, const CPELogInfo& aLogInfo );
   239         
   239               
   240     private:    // Data
   240     private:    // Data
   241         // Owner of the object.
   241         // Owner of the object.
   242         CPELogHandling& iOwner;
   242         CPELogHandling& iOwner;
   243         // Reference to log handling command object
   243         // Reference to log handling command object
   244         CPELogHandlingCommand& iLogHandlingCommand; 
   244         CPELogHandlingCommand& iLogHandlingCommand;