messagingfw/msgsrvnstore/server/inc/MSVROPS.INL
changeset 15 ff168ad79dda
parent 0 8e480a14352b
child 34 b66b8f3a7fd8
child 35 f8ad95794a08
--- 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