messagingfw/msgsrvnstore/server/src/MSVSERV.CPP
changeset 17 d6ba66e59a81
parent 15 ff168ad79dda
child 35 f8ad95794a08
child 41 0abbef78e78b
--- a/messagingfw/msgsrvnstore/server/src/MSVSERV.CPP	Fri Apr 16 15:27:42 2010 +0300
+++ b/messagingfw/msgsrvnstore/server/src/MSVSERV.CPP	Mon May 03 12:58:18 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);
 	}