diff -r 3a6baaa22be8 -r b66b8f3a7fd8 messagingfw/msgsrvnstore/server/inc/MSVROPS.INL --- a/messagingfw/msgsrvnstore/server/inc/MSVROPS.INL Tue Jul 06 22:57:17 2010 +0530 +++ b/messagingfw/msgsrvnstore/server/inc/MSVROPS.INL Wed Jul 21 02:03:54 2010 +0530 @@ -60,6 +60,11 @@ StoreParametersL(EMtmOpChange, aNewEntry); } +inline void CMsvMtmOperation::ChangeEntriesL(CMsvEntrySelection* aSelection, TInt aMark) + { + StoreParameters(EMtmOpChangeEntries, aSelection ,aMark, NULL); + } + inline void CMsvMtmOperation::StartCommand(CMsvEntrySelection* aSelection, TInt aCommand, HBufC8* aParameter) { StoreParameters(EMtmOpCommand ,aSelection ,aCommand, aParameter);