emailservices/emailstore/base_plugin/inc/BaseMrInfoObject.h
branchRCL_3
changeset 73 c8382f7b54ef
parent 64 3533d4323edc
child 80 726fba06891a
--- a/emailservices/emailstore/base_plugin/inc/BaseMrInfoObject.h	Tue Sep 14 20:48:24 2010 +0300
+++ b/emailservices/emailstore/base_plugin/inc/BaseMrInfoObject.h	Wed Sep 15 11:52:37 2010 +0300
@@ -303,6 +303,11 @@
             TTime aRecId );
         
         IMPORT_C TTime MRRecurrenceId() const;
+        
+        IMPORT_C void SetPrivacyL(
+            TCalSensitivity aPrivacyL );
+            
+        IMPORT_C TCalSensitivity PrivacyL() const;
 
 
     protected:
@@ -314,7 +319,7 @@
         HBufC* iUid;
         HBufC* iLocation;
         HBufC* iSubject;
-        HBufC* iDescription;        
+        HBufC* iDescription;
         TTime iCreationTime;
         TTime iStartTime;
         TTime iEndTime;
@@ -322,6 +327,7 @@
         TTime iRecurrenceId;
         TInt iSequenceNumber;
         TUint iPriority;
+        TCalSensitivity iPrivacy;
         TMRMethod iMethod;
         TResponse iResponse;
     };