messagingfw/msgsrvnstore/server/src/MSVSERV.CPP
branchRCL_3
changeset 16 8147bfb6c710
parent 11 dd93350a5f29
child 43 d2c4c66342f3
--- a/messagingfw/msgsrvnstore/server/src/MSVSERV.CPP	Wed Apr 14 16:27:44 2010 +0300
+++ b/messagingfw/msgsrvnstore/server/src/MSVSERV.CPP	Tue Apr 27 17:08:58 2010 +0300
@@ -3567,7 +3567,9 @@
 	// if an operation is already running, queue this one
 	if (opRunning)
 		{
-        aOperation.SetCapability(hasCapability);
+#if (defined SYMBIAN_USER_PROMPT_SERVICE)        
+		aOperation.SetCapability(hasCapability);
+#endif
 		QueueOperationL(aOperation, aSessionId);
 		return;
 		}
@@ -3747,7 +3749,11 @@
 			}
 		}
 	
+#if (defined SYMBIAN_USER_PROMPT_SERVICE)
 	aQueue->At(0)->Start(*aQueue->iMtm, aQueue->At(0)->Capability());
+#else
+	aQueue->At(0)->Start(*aQueue->iMtm, EFalse);
+#endif
 	aQueue->At(0)->SetState(EMsvOperationRunning);
 	}