serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/tservicefailedtest.cpp
changeset 22 fc9cf246af83
parent 19 989d2f495d90
child 33 50974a8b132e
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
    79  //---------------------------------------------------------------------------------------------------------
    79  //---------------------------------------------------------------------------------------------------------
    80 
    80 
    81 
    81 
    82 TInt ServiceFailedFunctionL()
    82 TInt ServiceFailedFunctionL()
    83 {
    83 {
    84 	
    84     __UHEAP_MARK ;
    85 	CallBack MyUpdates ;
    85 	CallBack MyUpdates ;
    86 	
    86 	
    87 	_LIT8(KService, "Service.Location");
    87 	_LIT8(KService, "Service.Location");
    88     _LIT8(KIDataSource,"ILocation");
    88     _LIT8(KIDataSource,"ILocation");
    89 
    89 
   165 	delete Scheduler ;
   165 	delete Scheduler ;
   166 	
   166 	
   167 	locinterface->Close();
   167 	locinterface->Close();
   168 	delete InputList ;
   168 	delete InputList ;
   169 	delete  OutParmList ;
   169 	delete  OutParmList ;
       
   170     __UHEAP_MARKEND ;	
   170 	return  MyUpdates.iRetStatus ;
   171 	return  MyUpdates.iRetStatus ;
   171     	
   172     	
   172     	
   173     	
   173 
   174 
   174 }
   175 }