phoneengine/loghandling/inc/cpelogevent.h
branchRCL_3
changeset 10 ba54057fe027
parent 3 8871b09be73b
child 24 41a7f70b3818
equal deleted inserted replaced
9:91c2fb4b78df 10:ba54057fe027
   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         /**
       
   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 );
       
   246         
       
   247     private:    // Data
   240     private:    // Data
   248         // Owner of the object.
   241         // Owner of the object.
   249         CPELogHandling& iOwner;
   242         CPELogHandling& iOwner;
   250         // Reference to log handling command object
   243         // Reference to log handling command object
   251         CPELogHandlingCommand& iLogHandlingCommand; 
   244         CPELogHandlingCommand& iLogHandlingCommand;