messagingfw/msgsrvnstore/server/inc/MSVSERV.H
branchRCL_3
changeset 59 d1d846af7341
parent 39 e5b3a2155e1a
equal deleted inserted replaced
49:002ade1da91c 59:d1d846af7341
   106 	EMsvNoEntriesInDeleteSelection=10,
   106 	EMsvNoEntriesInDeleteSelection=10,
   107 	EMsvRemovingNonLocalEntry=11,
   107 	EMsvRemovingNonLocalEntry=11,
   108 	EMsvProgressBufferExceeds256=12,
   108 	EMsvProgressBufferExceeds256=12,
   109 	EMsvNoEntriesInMoveSelection=13,
   109 	EMsvNoEntriesInMoveSelection=13,
   110 	EMsvNoEntriesInCopySelection=14,
   110 	EMsvNoEntriesInCopySelection=14,
   111 	EMsvNoEntriesInChangeAttributesSelection=15,
   111 	EMsvNoEntriesInChangeAttributesSelection=15
   112 	EMsvNoEntriesInChangeSelection=16
       
   113 	};
   112 	};
   114 
   113 
   115 const TInt KMsvMessageDriveStreamVersionNumber = 3;
   114 const TInt KMsvMessageDriveStreamVersionNumber = 3;
   116 const TUid KUidMsvMessageDriveStream = {0x1000163E};
   115 const TUid KUidMsvMessageDriveStream = {0x1000163E};
   117 
   116 
   557 	void OperationProgressL(const RMessage2 &aMessage);
   556 	void OperationProgressL(const RMessage2 &aMessage);
   558 	void OperationSystemProgressL(const RMessage2 &aMessage);
   557 	void OperationSystemProgressL(const RMessage2 &aMessage);
   559 	void OperationMtmL(const RMessage2 &aMessage);
   558 	void OperationMtmL(const RMessage2 &aMessage);
   560 	//
   559 	//
   561 	void ChangeEntryL(const RMessage2 &aMessage);
   560 	void ChangeEntryL(const RMessage2 &aMessage);
   562 	void ChangeEntriesL(const RMessage2 &aMessage);
       
   563 	void DoChangeLocalEntryL(const TMsvEntry& aEntry, TMsvOp aOpId, const RMessage2 &aMessage, TSecureId aOwnerId);
   561 	void DoChangeLocalEntryL(const TMsvEntry& aEntry, TMsvOp aOpId, const RMessage2 &aMessage, TSecureId aOwnerId);
   564 	void DoChangeRemoteEntryL(const TMsvEntry& aEntry, TMsvOp aOpId, const RMessage2 &aMessage);
   562 	void DoChangeRemoteEntryL(const TMsvEntry& aEntry, TMsvOp aOpId, const RMessage2 &aMessage);
   565 	void DoChangeLocalEntriesL(CMsvEntrySelection*& aSelection, TMsvOp aOpId, const RMessage2 &aMessage, TSecureId aOwnerId, TInt aMark);
       
   566 	void DoChangeRemoteEntriesL(CMsvEntrySelection*& aSelection, TMsvOp aOpId, const RMessage2 &aMessage,TInt aMark);
       
   567 	//
   563 	//
   568 	void CreateEntryL(const RMessage2 &aMessage);
   564 	void CreateEntryL(const RMessage2 &aMessage);
   569 	void DoCreateLocalEntryL(const TMsvEntry& aEntry, TMsvOp aOpId, const RMessage2 &aMessage, TSecureId aOwnerId);
   565 	void DoCreateLocalEntryL(const TMsvEntry& aEntry, TMsvOp aOpId, const RMessage2 &aMessage, TSecureId aOwnerId);
   570 	void DoCreateRemoteEntryL(const TMsvEntry& aEntry, TMsvOp aOpId, const RMessage2 &aMessage);
   566 	void DoCreateRemoteEntryL(const TMsvEntry& aEntry, TMsvOp aOpId, const RMessage2 &aMessage);
   571 	//
   567 	//