messagingfw/msgsrvnstore/server/inc/MSVROPS.H
branchRCL_3
changeset 9 dd93350a5f29
parent 0 8e480a14352b
child 21 e5b3a2155e1a
equal deleted inserted replaced
8:30d6238592e8 9:dd93350a5f29
    71 	inline void CreateL(const TMsvEntry& aNewEntry);
    71 	inline void CreateL(const TMsvEntry& aNewEntry);
    72 	inline void ChangeL(const TMsvEntry& aNewEntry);
    72 	inline void ChangeL(const TMsvEntry& aNewEntry);
    73 	inline void StartCommand(CMsvEntrySelection* aSelection, TInt aCommand, HBufC8* aParameter);
    73 	inline void StartCommand(CMsvEntrySelection* aSelection, TInt aCommand, HBufC8* aParameter);
    74 #if (defined SYMBIAN_USER_PROMPT_SERVICE)	
    74 #if (defined SYMBIAN_USER_PROMPT_SERVICE)	
    75  	inline void SetThreadId(TThreadId aThreadId);
    75  	inline void SetThreadId(TThreadId aThreadId);
       
    76  	inline void SetCapability(TBool aCap);
       
    77  	inline TBool Capability();
    76 #endif
    78 #endif
    77 	//
    79 	//
    78 protected:
    80 protected:
    79 	void DoCancel();
    81 	void DoCancel();
    80 	void RunL();
    82 	void RunL();
    98 	HBufC* iBuf1;
   100 	HBufC* iBuf1;
    99 	HBufC* iBuf2;
   101 	HBufC* iBuf2;
   100 	HBufC8* iDesParam;
   102 	HBufC8* iDesParam;
   101 #if (defined SYMBIAN_USER_PROMPT_SERVICE)	
   103 #if (defined SYMBIAN_USER_PROMPT_SERVICE)	
   102  	TThreadId iThreadId;
   104  	TThreadId iThreadId;
       
   105  	TBool iHasCapability;
   103 #endif
   106 #endif
   104 	};
   107 	};
   105 
   108 
   106 #include "MSVROPS.INL"
   109 #include "MSVROPS.INL"
   107 
   110