diff -r 3a6baaa22be8 -r b66b8f3a7fd8 messagingfw/msgsrvnstore/server/src/MTSR.CPP --- a/messagingfw/msgsrvnstore/server/src/MTSR.CPP Tue Jul 06 22:57:17 2010 +0530 +++ b/messagingfw/msgsrvnstore/server/src/MTSR.CPP Wed Jul 21 02:03:54 2010 +0530 @@ -175,6 +175,15 @@ } return ret; } +// Empty declaration +EXPORT_C TInt CBaseServerMtm::ChangeEntriesL( const CMsvEntrySelection& /*aSelection*/,TInt /*aMark*/, TRequestStatus& aStatus ) + { + //Empty declaration. Respective MTM implementation should be call . + TRequestStatus aEmptyStatus; + aEmptyStatus = aStatus ; + + return KErrNotSupported; // Specific to MTM. Base return Not supported. + } EXPORT_C CServerMtmDllRegistry* CServerMtmDllRegistry::NewL(RFs& aFs,TTimeIntervalMicroSeconds32 aTimeoutMicroSeconds32) {