sensorservices/sensorserver/src/server/sensrvpluginproxy.cpp
changeset 63 09d657f1ee00
parent 22 effbe8362efc
child 61 8cb079868133
--- a/sensorservices/sensorserver/src/server/sensrvpluginproxy.cpp	Wed Aug 18 11:03:14 2010 +0300
+++ b/sensorservices/sensorserver/src/server/sensrvpluginproxy.cpp	Thu Sep 02 21:48:26 2010 +0300
@@ -80,7 +80,8 @@
     User::LeaveIfError(iMutex.CreateLocal());
 
     iMutex.Wait();
-
+    
+		// coverity[SIZECHECK]
     iLoadWaitQueue = CSensrvTransactionQueue::NewL(ETrue);
 
     iTransactionMonitor = CSensrvTransactionMonitor::NewL(*this);