serviceproviders/sapi_sysinfo/tsrc/dev/providertests/tsysinfoprovidernegativetests/src/tvibranotifyreqcancel.cpp
branchRCL_3
changeset 38 ea43c23d28d2
parent 23 50974a8b132e
child 44 0b68a1b0c15e
--- a/serviceproviders/sapi_sysinfo/tsrc/dev/providertests/tsysinfoprovidernegativetests/src/tvibranotifyreqcancel.cpp	Tue Apr 27 17:33:05 2010 +0300
+++ b/serviceproviders/sapi_sysinfo/tsrc/dev/providertests/tsysinfoprovidernegativetests/src/tvibranotifyreqcancel.cpp	Tue May 11 17:01:36 2010 +0300
@@ -195,7 +195,8 @@
 		TRAPD(err1,	interface->ExecuteCmdL(KGetNotification,*inparam,*outparam,KLiwOptASyncronous,this));
 		iResult = err1;
 		iLog->Log(_L("after getnotification vibra Active:"));
-		TInt pos = 0, transactionid ;
+		TInt pos = 0;
+		TInt transactionid = 0;
 		const TLiwGenericParam* output2 = outparam->FindFirst( pos,KTransactionId );
 		iLog->Log(_L("after FindFirst vibra Active:"));