phoneengine/loghandling/inc/cpelogevent.h
branchRCL_3
changeset 3 8871b09be73b
parent 0 5f000ab63145
child 10 ba54057fe027
equal deleted inserted replaced
2:c84cf270c54f 3:8871b09be73b
   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         
       
   240         /**
       
   241          * Removes from event data the given tag and data attached to it.
       
   242          * @since    S60 v5.1
       
   243          * @param    aTag          Tag to be removed
       
   244          */
       
   245         void RemoveTagFromDataFieldL( const TDesC8& aTag );
   239         
   246         
   240     private:    // Data
   247     private:    // Data
   241         // Owner of the object.
   248         // Owner of the object.
   242         CPELogHandling& iOwner;
   249         CPELogHandling& iOwner;
   243         // Reference to log handling command object
   250         // Reference to log handling command object