diff -r 30d6238592e8 -r dd93350a5f29 messagingfw/msgsrvnstore/server/inc/MSVROPS.INL --- a/messagingfw/msgsrvnstore/server/inc/MSVROPS.INL Fri Mar 12 15:44:33 2010 +0200 +++ b/messagingfw/msgsrvnstore/server/inc/MSVROPS.INL Mon Mar 15 12:42:29 2010 +0200 @@ -70,4 +70,12 @@ { iThreadId = aThreadId; } +inline void CMsvMtmOperation::SetCapability(TBool aCap) + { + iHasCapability = aCap; + } +inline TBool CMsvMtmOperation::Capability() + { + return iHasCapability; + } #endif