sensorservices/sensorserver/src/server/sensrvpluginproxy.cpp
changeset 59 0f7422b6b602
parent 22 effbe8362efc
child 61 8cb079868133
--- a/sensorservices/sensorserver/src/server/sensrvpluginproxy.cpp	Tue Aug 10 14:46:45 2010 +0300
+++ b/sensorservices/sensorserver/src/server/sensrvpluginproxy.cpp	Mon Aug 23 14:47:20 2010 +0300
@@ -80,7 +80,8 @@
     User::LeaveIfError(iMutex.CreateLocal());
 
     iMutex.Wait();
-
+    
+		// coverity[SIZECHECK]
     iLoadWaitQueue = CSensrvTransactionQueue::NewL(ETrue);
 
     iTransactionMonitor = CSensrvTransactionMonitor::NewL(*this);