bluetooth/btstack/linkmgr/hostresolver.cpp
changeset 51 20ac952a623c
parent 48 22de2e391156
--- a/bluetooth/btstack/linkmgr/hostresolver.cpp	Thu Sep 23 17:06:47 2010 +0300
+++ b/bluetooth/btstack/linkmgr/hostresolver.cpp	Wed Oct 13 16:20:29 2010 +0300
@@ -1023,6 +1023,10 @@
 void CBTInquiryMgr::ConstructL()
 	{
 	LOG_FUNC
+	// Coverity [negative_returns]
+	// It is standard behaviour to call an active object with a negative valued priority
+	// even though with a CPeriodic a low priority often means that the period may become 
+	// higher than the period specified in the 'Start' method.
 	iFlusher = CPeriodic::NewL(CActive::EPriorityLow);
 #ifdef CONNECTION_PREEMPTS_INQUIRY
 	iConnectingStatus = CConnectingStatusSubscriber::NewL(*this);