recents_plat/logs_engine_api/inc/logsevent.h
changeset 2 7119b73b84d6
parent 0 4a5361db8937
child 4 e52d42f9500c
--- a/recents_plat/logs_engine_api/inc/logsevent.h	Tue May 04 12:39:37 2010 +0300
+++ b/recents_plat/logs_engine_api/inc/logsevent.h	Fri May 14 15:52:41 2010 +0300
@@ -263,6 +263,18 @@
          */
         bool isSeenLocally() const;
         
+        bool isRemotePartyPrivate() const;
+        bool isRemotePartyUnknown() const;
+        
+        /**
+        * Set remote party status as private of the event.
+        */
+        void setRemotePartyPrivate(bool markedAsPrivate);
+        
+        /**
+        * Set remote party status as unknown of the event.
+        */
+        void setRemotePartyUnknown(bool markedAsUnknown);
         
     private:                               
 
@@ -315,6 +327,8 @@
 	      bool mIsInView;
 	      LogsEventState mEventState;
 	      bool mIsLocallySeen;
+	      bool mIsPrivate;
+	      bool mIsUnknown;
 	    
     private: