serviceapifw_plat/liw_criteria_api/tsrc/src/liwtestcasesblocks.cpp
branchRCL_3
changeset 53 3d94ea3e909b
parent 47 02db64fb1712
child 54 1fea62d03c27
--- a/serviceapifw_plat/liw_criteria_api/tsrc/src/liwtestcasesblocks.cpp	Thu Aug 19 10:46:29 2010 +0300
+++ b/serviceapifw_plat/liw_criteria_api/tsrc/src/liwtestcasesblocks.cpp	Tue Aug 31 16:06:08 2010 +0300
@@ -3049,7 +3049,7 @@
         
 
         interest.AppendL(criteria);
-        TInt status = 0;
+        TInt status;
         // Attach the MyServiceName provider to the LIW framework.
         TRAPD(status1,status = iServiceHandler->AttachL(interest));
          
@@ -3119,7 +3119,7 @@
         criteria->SetServiceClass(TUid::Uid(KLiwClassBase));
 
         interest.AppendL(criteria);
-        TInt status = 0;
+        TInt status ;
         // Attach the MyServiceName provider to the LIW framework.
         TRAPD(status1,status  = iServiceHandler->AttachL(interest));
        
@@ -3183,7 +3183,7 @@
         criteria->SetServiceClass(TUid::Uid(KLiwClassBase));
 
         interest.AppendL(criteria);
-        TInt status = 0;
+        TInt status ;
         // Attach the MyServiceName provider to the LIW framework.
         TRAPD(status1,status = iServiceHandler->AttachL(interest));