messagingfw/msgsrvnstore/server/inc/MSVROPS.INL
branchRCL_3
changeset 9 dd93350a5f29
parent 0 8e480a14352b
child 21 e5b3a2155e1a
--- 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