serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/src/tserviceregistrytestblocks.cpp
branchRCL_3
changeset 58 ea43c23d28d2
parent 33 50974a8b132e
child 65 0b68a1b0c15e
--- a/serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/src/tserviceregistrytestblocks.cpp	Tue Apr 27 17:33:05 2010 +0300
+++ b/serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/src/tserviceregistrytestblocks.cpp	Tue May 11 17:01:36 2010 +0300
@@ -135,7 +135,7 @@
         if(code != iExpectedError)
             {                        
             iResult =  KErrGeneral;
-            return;    
+            return 0;    
             }
         } 
         
@@ -151,7 +151,7 @@
             iResult = KErrNone;    
             }     
     	}                      
-    
+   return 0;    
     }
                     
 TInt CIServiceTestModule::LoadProviderTest(CStifItemParser& aItem)
@@ -513,6 +513,7 @@
             
     Delete();
     __UHEAP_MARKEND;               
+    return 0;
     }
 
 
@@ -843,8 +844,8 @@
     TLiwVariant resValue; 
         
     TBool equal = EFalse; 
-    TReal expValueReal;
-    TReal resValueReal;
+    TReal expValueReal = 0;
+    TReal resValueReal = 0;
     
     if(!aExpectedMap->FindL(aKey, expValue))
         {