emailservices/emailstore/base_plugin/inc/BasePlugin.h
changeset 74 6c59112cfd31
parent 68 83cc6bae1de8
child 76 38bf5461e270
equal deleted inserted replaced
69:4e54af54a4a1 74:6c59112cfd31
   460         	const TFSMailMsgId& aMailBoxId );
   460         	const TFSMailMsgId& aMailBoxId );
   461 
   461 
   462          virtual void SetMailboxName(
   462          virtual void SetMailboxName(
   463             const TFSMailMsgId& /*aMailboxId*/,
   463             const TFSMailMsgId& /*aMailboxId*/,
   464             const TDesC& /*aMailboxName*/ );
   464             const TDesC& /*aMailboxName*/ );
       
   465         // <qmail>
       
   466         virtual TUid Id( ) const;
       
   467         // </qmail>
   465 
   468 
   466     // MMsgStoreObserver //
   469     // MMsgStoreObserver //
   467     public:
   470     public:
   468          virtual void SystemEventNotify(
   471          virtual void SystemEventNotify(
   469             TMsgStoreSystemEvent aEvent );
   472             TMsgStoreSystemEvent aEvent );
   494             TMsgStoreId aId );
   497             TMsgStoreId aId );
   495 
   498 
   496         void GetMailboxDisplayNameL(
   499         void GetMailboxDisplayNameL(
   497             TMsgStoreId aId,
   500             TMsgStoreId aId,
   498             RBuf& aDisplayName );
   501             RBuf& aDisplayName );
   499 
   502          // <qmail>
   500          virtual TUint GetPluginId();
   503          virtual TUint GetPluginId() const;
   501 
   504          // </qmail>
   502         /**
   505         /**
   503          * Get signature string from protocol specific subclass.
   506          * Get signature string from protocol specific subclass.
   504          * Caller is responsible for memory of returned string.
   507          * Caller is responsible for memory of returned string.
   505          */
   508          */
   506         virtual HBufC* GetSignatureL( const TFSMailMsgId& /* aMailBox */ )
   509         virtual HBufC* GetSignatureL( const TFSMailMsgId& /* aMailBox */ )