diff -r e4175d61d967 -r e5b3a2155e1a messagingfw/msgsrvnstore/server/inc/MSVROPS.INL --- a/messagingfw/msgsrvnstore/server/inc/MSVROPS.INL Thu Jul 15 19:11:10 2010 +0300 +++ b/messagingfw/msgsrvnstore/server/inc/MSVROPS.INL Thu Aug 19 10:24:00 2010 +0300 @@ -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);