emailservices/emailstore/base_plugin/inc/BaseMrInfoObject.h
branchRCL_3
changeset 64 3533d4323edc
parent 63 d189ee25cf9d
child 73 c8382f7b54ef
--- a/emailservices/emailstore/base_plugin/inc/BaseMrInfoObject.h	Tue Aug 31 15:04:17 2010 +0300
+++ b/emailservices/emailstore/base_plugin/inc/BaseMrInfoObject.h	Wed Sep 01 12:28:57 2010 +0100
@@ -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.
  */
-NONSHARABLE_CLASS ( CBaseMrAttendee ) :
+class CBaseMrAttendee :
     public CBase,
     public MMRAttendee
     {
@@ -103,7 +103,7 @@
 /**
  *
  */
-NONSHARABLE_CLASS ( CBaseMrRecurrenceRule ) :
+class CBaseMrRecurrenceRule :
     public CBase,
     public MRRecurrenceRule
     {
@@ -189,7 +189,7 @@
 /**
  *
  */
-NONSHARABLE_CLASS ( CBaseMrInfoObject ) :
+class CBaseMrInfoObject :
     public CBase,
     public MMRInfoObject
 
@@ -330,7 +330,7 @@
 /**
  *
  */
-NONSHARABLE_CLASS(  CBaseMrInfoProcessor ) :
+class CBaseMrInfoProcessor :
     public CBase,
     public MMRInfoProcessor
     {