serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/src/tserviceregistrytestblocks.cpp
branchRCL_3
changeset 65 0b68a1b0c15e
parent 58 ea43c23d28d2
child 66 a9c0808a1095
--- a/serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/src/tserviceregistrytestblocks.cpp	Thu Aug 19 10:46:25 2010 +0300
+++ b/serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/src/tserviceregistrytestblocks.cpp	Tue Aug 31 16:06:03 2010 +0300
@@ -135,7 +135,7 @@
         if(code != iExpectedError)
             {                        
             iResult =  KErrGeneral;
-            return 0;    
+            return;    
             }
         } 
         
@@ -151,7 +151,7 @@
             iResult = KErrNone;    
             }     
     	}                      
-   return 0;    
+    
     }
                     
 TInt CIServiceTestModule::LoadProviderTest(CStifItemParser& aItem)
@@ -513,7 +513,6 @@
             
     Delete();
     __UHEAP_MARKEND;               
-    return 0;
     }
 
 
@@ -844,8 +843,8 @@
     TLiwVariant resValue; 
         
     TBool equal = EFalse; 
-    TReal expValueReal = 0;
-    TReal resValueReal = 0;
+    TReal expValueReal;
+    TReal resValueReal;
     
     if(!aExpectedMap->FindL(aKey, expValue))
         {