messagingfw/msgsrvnstore/server/inc/MSVROPS.INL
branchRCL_3
changeset 9 dd93350a5f29
parent 0 8e480a14352b
child 21 e5b3a2155e1a
equal deleted inserted replaced
8:30d6238592e8 9:dd93350a5f29
    68 #if (defined SYMBIAN_USER_PROMPT_SERVICE)	
    68 #if (defined SYMBIAN_USER_PROMPT_SERVICE)	
    69 inline void CMsvMtmOperation::SetThreadId(TThreadId aThreadId)
    69 inline void CMsvMtmOperation::SetThreadId(TThreadId aThreadId)
    70  	{
    70  	{
    71  	iThreadId = aThreadId;
    71  	iThreadId = aThreadId;
    72  	}
    72  	}
       
    73 inline void CMsvMtmOperation::SetCapability(TBool aCap)
       
    74     {
       
    75     iHasCapability = aCap;
       
    76     }
       
    77 inline TBool CMsvMtmOperation::Capability()
       
    78     {
       
    79     return iHasCapability;
       
    80     }
    73 #endif
    81 #endif