equal
deleted
inserted
replaced
47 EMtmOpMoveFromLocal, |
47 EMtmOpMoveFromLocal, |
48 EMtmOpMoveWithinService, |
48 EMtmOpMoveWithinService, |
49 EMtmOpDeleteAll, |
49 EMtmOpDeleteAll, |
50 EMtmOpCreate, |
50 EMtmOpCreate, |
51 EMtmOpChange, |
51 EMtmOpChange, |
52 EMtmOpCommand, |
52 EMtmOpCommand}; |
53 EMtmOpChangeEntries}; |
|
54 public: |
53 public: |
55 static CMsvMtmOperation* NewL(const RMessage2& aMessage, TMsvOp aId, TUid aMtmUid, TMsvId aServiceId, TInt aSessionId, MMsvOperationObserver& aOpObserver); |
54 static CMsvMtmOperation* NewL(const RMessage2& aMessage, TMsvOp aId, TUid aMtmUid, TMsvId aServiceId, TInt aSessionId, MMsvOperationObserver& aOpObserver); |
56 ~CMsvMtmOperation(); |
55 ~CMsvMtmOperation(); |
57 // from CMsvServerOperation |
56 // from CMsvServerOperation |
58 const TDesC8& Progress(); |
57 const TDesC8& Progress(); |
69 inline void MoveFromLocal(CMsvEntrySelection* aSelection, TMsvId aDestination); |
68 inline void MoveFromLocal(CMsvEntrySelection* aSelection, TMsvId aDestination); |
70 inline void MoveWithinService(CMsvEntrySelection* aSelection, TMsvId aDestination); |
69 inline void MoveWithinService(CMsvEntrySelection* aSelection, TMsvId aDestination); |
71 inline void DeleteAll(CMsvEntrySelection* aSelection); |
70 inline void DeleteAll(CMsvEntrySelection* aSelection); |
72 inline void CreateL(const TMsvEntry& aNewEntry); |
71 inline void CreateL(const TMsvEntry& aNewEntry); |
73 inline void ChangeL(const TMsvEntry& aNewEntry); |
72 inline void ChangeL(const TMsvEntry& aNewEntry); |
74 inline void ChangeEntriesL(CMsvEntrySelection* aSelection, TInt aMark); |
|
75 inline void StartCommand(CMsvEntrySelection* aSelection, TInt aCommand, HBufC8* aParameter); |
73 inline void StartCommand(CMsvEntrySelection* aSelection, TInt aCommand, HBufC8* aParameter); |
76 #if (defined SYMBIAN_USER_PROMPT_SERVICE) |
74 #if (defined SYMBIAN_USER_PROMPT_SERVICE) |
77 inline void SetThreadId(TThreadId aThreadId); |
75 inline void SetThreadId(TThreadId aThreadId); |
78 inline void SetCapability(TBool aCap); |
76 inline void SetCapability(TBool aCap); |
79 inline TBool Capability(); |
77 inline TBool Capability(); |