logsui/logsapp/tsrc/ut_logsapp/logsengine_stub/logsevent.h
changeset 16 c5af8598d22c
parent 6 41c0a814d878
--- a/logsui/logsapp/tsrc/ut_logsapp/logsengine_stub/logsevent.h	Wed Aug 18 09:49:12 2010 +0300
+++ b/logsui/logsapp/tsrc/ut_logsapp/logsengine_stub/logsevent.h	Thu Sep 02 20:27:05 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