diff -r c84cf270c54f -r 8871b09be73b phoneengine/loghandling/inc/cpelogevent.h --- a/phoneengine/loghandling/inc/cpelogevent.h Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneengine/loghandling/inc/cpelogevent.h Fri Feb 19 22:50:26 2010 +0200 @@ -103,7 +103,7 @@ /** * Update log info for the log event - * @param TPELogInfo& alogInfo, log information + * @param CPELogInfo& alogInfo, log information * @return None. */ void UpdateLogInfoL( const CPELogInfo& aLogInfo ); @@ -237,6 +237,13 @@ */ void SetRemoteContact( CLogEvent& aEvent, const CPELogInfo& aLogInfo ); + /** + * Removes from event data the given tag and data attached to it. + * @since S60 v5.1 + * @param aTag Tag to be removed + */ + void RemoveTagFromDataFieldL( const TDesC8& aTag ); + private: // Data // Owner of the object. CPELogHandling& iOwner;