commsprocess/commsrootserverconfig/Te_Configurator/util/src/configloader.cpp
branchRCL_3
changeset 26 b564fb5fd78b
parent 25 9d7ce34704c8
equal deleted inserted replaced
25:9d7ce34704c8 26:b564fb5fd78b
   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)