messagingfw/msgsrvnstore/server/src/MTSR.CPP
branchRCL_3
changeset 39 e5b3a2155e1a
parent 0 8e480a14352b
child 43 d2c4c66342f3
--- a/messagingfw/msgsrvnstore/server/src/MTSR.CPP	Thu Jul 15 19:11:10 2010 +0300
+++ b/messagingfw/msgsrvnstore/server/src/MTSR.CPP	Thu Aug 19 10:24:00 2010 +0300
@@ -175,6 +175,16 @@
 		}
 	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)
 	{