--- a/messagingfw/msgsrvnstore/server/inc/MSVLOPS.H Tue Sep 14 22:16:31 2010 +0300
+++ b/messagingfw/msgsrvnstore/server/inc/MSVLOPS.H Wed Oct 13 15:05:36 2010 +0300
@@ -197,43 +197,7 @@
TMsvId iId;
TMsvId iParent;
};
-///
-//**********************************
-// CMsvLocalChangeOperation
-//**********************************
-//
-// Operation used to control server side local change od selection of ids.
-//
-class CMsvLocalChangeEntriesOperation : public CMsvLocalOperation
-/**
-@internalComponent
-@released
-*/
- {
-public:
- CMsvLocalChangeEntriesOperation(const RMessage2& aMessage, TMsvOp aId, CMsvEntrySelection* aSelection, CMsvServer& aMsvServer, TInt aMark);
- ~CMsvLocalChangeEntriesOperation();
- //
- void StartL(TSecureId aOwnerId, TBool aForcedUpdate);
- //
-private:
- void DoCancel();
- void RunL();
- void Completed();
- //
-private:
- CMsvEntrySelection* iSelection;
- CMsvEntrySelection* iWorkSelection1;
- CMsvEntrySelection* iWorkSelection2;
- CMsvDelete* iDelete;
- TMsvId iId;
- TMsvId iParent;
- TInt iMark;
- };
-
-
-///
//**********************************
// CMsvLocalCreateOperation
//**********************************