messagingfw/msgsrvnstore/server/src/MCLIENT.CPP
branchRCL_3
changeset 59 d1d846af7341
parent 39 e5b3a2155e1a
--- a/messagingfw/msgsrvnstore/server/src/MCLIENT.CPP	Tue Sep 14 22:16:31 2010 +0300
+++ b/messagingfw/msgsrvnstore/server/src/MCLIENT.CPP	Wed Oct 13 15:05:36 2010 +0300
@@ -457,25 +457,6 @@
 	User::LeaveIfError(SendReceive(EMsvChangeEntry, TIpcArgs(aOperationId, aOwnerId)));
 	}
 
-/**
-Update the specified Changes to selection of TMsvId (asynchronously).
-
-@param aSelection The IDs of the entry to Change. 
-@param aMark The read/Unread value.  
-@param aOperationId Operation identifier
-@param aOwnerId The ID of the owning process
-@param aRequestStatus Asynchronous request status
-
-*/
-
-void RMsvServerSession::ChangeEntriesL(const CMsvEntrySelection& aSelection, TBool aMark ,TMsvOp aOperationId, TSecureId aOwnerId, TRequestStatus& aRequestStatus)
-    {
-     TestSlotAvailableL();
-     TInt markvalue = (TInt)aMark;
-     SendOperationDataL(aOperationId, aSelection, markvalue);
-     aRequestStatus=KRequestPending;
-     SendReceive(EMsvChangeEntries, TIpcArgs(aOperationId, aOwnerId), aRequestStatus);
-    }
 
 /**
 Gets the index entry with the specified unique id.