messagingfw/msgsrvnstore/server/inc/MSVROPS.H
branchRCL_3
changeset 59 d1d846af7341
parent 39 e5b3a2155e1a
equal deleted inserted replaced
49:002ade1da91c 59:d1d846af7341
    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();