diff -r 002ade1da91c -r d1d846af7341 messagingfw/msgsrvnstore/server/src/MTSR.CPP --- a/messagingfw/msgsrvnstore/server/src/MTSR.CPP Tue Sep 14 22:16:31 2010 +0300 +++ b/messagingfw/msgsrvnstore/server/src/MTSR.CPP Wed Oct 13 15:05:36 2010 +0300 @@ -175,16 +175,6 @@ } 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) {