emailservices/emailstore/base_plugin/inc/BaseMrInfoObject.h
branchRCL_3
changeset 24 d189ee25cf9d
parent 8 e1b6206813b4
child 25 3533d4323edc
--- a/emailservices/emailstore/base_plugin/inc/BaseMrInfoObject.h	Thu Aug 19 09:38:05 2010 +0300
+++ b/emailservices/emailstore/base_plugin/inc/BaseMrInfoObject.h	Tue Aug 31 15:04:17 2010 +0300
@@ -20,7 +20,7 @@
 #define __BASEMRINFOOBJECT_H__
 
 #include <e32std.h>
-#include "cfsmailcommon.h"
+#include "CFSMailCommon.h"
 #include "mmrinfoobject.h"
 #include "mmrorganizer.h"
 #include "mmrattendee.h"
@@ -38,7 +38,7 @@
 /**
  * Use where you need an attendee and/or an organizer.
  */
-class CBaseMrAttendee :
+NONSHARABLE_CLASS ( CBaseMrAttendee ) :
     public CBase,
     public MMRAttendee
     {
@@ -103,7 +103,7 @@
 /**
  *
  */
-class CBaseMrRecurrenceRule :
+NONSHARABLE_CLASS ( CBaseMrRecurrenceRule ) :
     public CBase,
     public MRRecurrenceRule
     {
@@ -189,7 +189,7 @@
 /**
  *
  */
-class CBaseMrInfoObject :
+NONSHARABLE_CLASS ( CBaseMrInfoObject ) :
     public CBase,
     public MMRInfoObject
 
@@ -330,7 +330,7 @@
 /**
  *
  */
-class CBaseMrInfoProcessor :
+NONSHARABLE_CLASS(  CBaseMrInfoProcessor ) :
     public CBase,
     public MMRInfoProcessor
     {