diff -r 52d644758b05 -r 76d2cf7a585e logsui/logsapp/tsrc/ut_logsapp/logsengine_stub/logsevent.h --- a/logsui/logsapp/tsrc/ut_logsapp/logsengine_stub/logsevent.h Fri Aug 06 14:57:47 2010 +0300 +++ b/logsui/logsapp/tsrc/ut_logsapp/logsengine_stub/logsevent.h Mon Aug 23 18:14:51 2010 +0300 @@ -105,6 +105,8 @@ * always at initialization phase. See initializeEventL. */ LogsEventState eventState() const; + + bool isRemotePartyPrivate() const; bool isRead() const; @@ -162,6 +164,18 @@ void setRemoteParty( const QString& remoteParty ); /** + * Set indication of result of searching matching + * contact from contacts + */ + void setContactMatched( bool value ); + + /** + * Get indication of result of searching matching + * contact from contacts + */ + bool contactMatched(); + + /** * Check if event is valid. * @return true if valid, otherwise false */ @@ -228,6 +242,8 @@ int mIndex; bool mIsInView; + bool mContactMatched; + bool mIsPrivate; LogsEventState mEventState; private: @@ -251,6 +267,7 @@ friend class UT_LogsReaderStates; friend class UT_LogsDetailsModel; friend class UT_LogsMessage; + friend class UT_LogsDetailsView; }; #endif // LOGSEVENT_H