sensorservices/sensorserver/src/server/sensrvpluginproxy.cpp
branchRCL_3
changeset 60 ccb4f6b3db21
parent 23 66ecddbca914
child 61 8cb079868133
--- a/sensorservices/sensorserver/src/server/sensrvpluginproxy.cpp	Thu Aug 19 11:09:10 2010 +0300
+++ b/sensorservices/sensorserver/src/server/sensrvpluginproxy.cpp	Tue Aug 31 16:29:05 2010 +0300
@@ -80,7 +80,8 @@
     User::LeaveIfError(iMutex.CreateLocal());
 
     iMutex.Wait();
-
+    
+		// coverity[SIZECHECK]
     iLoadWaitQueue = CSensrvTransactionQueue::NewL(ETrue);
 
     iTransactionMonitor = CSensrvTransactionMonitor::NewL(*this);