diff -r 8fe836ab12d4 -r 02db64fb1712 serviceapifw_plat/liw_criteria_api/tsrc/src/liwtestcasesblocks.cpp --- a/serviceapifw_plat/liw_criteria_api/tsrc/src/liwtestcasesblocks.cpp Wed Mar 31 23:02:14 2010 +0300 +++ b/serviceapifw_plat/liw_criteria_api/tsrc/src/liwtestcasesblocks.cpp Tue May 11 17:01:39 2010 +0300 @@ -3049,7 +3049,7 @@ interest.AppendL(criteria); - TInt status; + TInt status = 0; // 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 ; + TInt status = 0; // 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 ; + TInt status = 0; // Attach the MyServiceName provider to the LIW framework. TRAPD(status1,status = iServiceHandler->AttachL(interest));