diff -r 28ae839b4c09 -r ff168ad79dda messagingfw/msgsrvnstore/server/inc/MSVROPS.INL --- a/messagingfw/msgsrvnstore/server/inc/MSVROPS.INL Tue Feb 02 10:12:21 2010 +0200 +++ b/messagingfw/msgsrvnstore/server/inc/MSVROPS.INL Fri Apr 16 15:27:42 2010 +0300 @@ -70,4 +70,12 @@ { iThreadId = aThreadId; } +inline void CMsvMtmOperation::SetCapability(TBool aCap) + { + iHasCapability = aCap; + } +inline TBool CMsvMtmOperation::Capability() + { + return iHasCapability; + } #endif