diff -r 28ae839b4c09 -r ff168ad79dda messagingfw/msgsrvnstore/server/inc/MSVROPS.H --- a/messagingfw/msgsrvnstore/server/inc/MSVROPS.H Tue Feb 02 10:12:21 2010 +0200 +++ b/messagingfw/msgsrvnstore/server/inc/MSVROPS.H Fri Apr 16 15:27:42 2010 +0300 @@ -73,6 +73,8 @@ inline void StartCommand(CMsvEntrySelection* aSelection, TInt aCommand, HBufC8* aParameter); #if (defined SYMBIAN_USER_PROMPT_SERVICE) inline void SetThreadId(TThreadId aThreadId); + inline void SetCapability(TBool aCap); + inline TBool Capability(); #endif // protected: @@ -100,6 +102,7 @@ HBufC8* iDesParam; #if (defined SYMBIAN_USER_PROMPT_SERVICE) TThreadId iThreadId; + TBool iHasCapability; #endif };