commsprocess/commsrootserverconfig/Te_Configurator/util/src/configloader.cpp
changeset 65 41cc8e7ff496
parent 0 dfb7c4ff071f
child 70 b564fb5fd78b
equal deleted inserted replaced
40:34fc115b8742 65:41cc8e7ff496
   435 	#endif
   435 	#endif
   436 	
   436 	
   437 	// Leave with last seen error, if any
   437 	// Leave with last seen error, if any
   438 	if(err!=KErrNone)
   438 	if(err!=KErrNone)
   439 		{
   439 		{
   440 		User::Leave(err);
   440 //		User::Leave(err);
   441 		}
   441 		}
   442 	}
   442 	}
   443 
   443 
   444 
   444 
   445 EXPORT_C TInt ConfigLoader::UnLoadConfig(MHarnessLogAdaptor* aHarnessLogger)
   445 EXPORT_C TInt ConfigLoader::UnLoadConfig(MHarnessLogAdaptor* aHarnessLogger)