serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/ttraceconcurrentcalls.cpp
branchRCL_3
changeset 44 0b68a1b0c15e
parent 38 ea43c23d28d2
child 45 a9c0808a1095
equal deleted inserted replaced
43:1790c2f1027c 44:0b68a1b0c15e
   204 
   204 
   205 TInt TraceConcurrent(TAny */*Arg*/)
   205 TInt TraceConcurrent(TAny */*Arg*/)
   206 {
   206 {
   207   
   207   
   208 	CTrapCleanup* cleanup = CTrapCleanup::New();
   208 	CTrapCleanup* cleanup = CTrapCleanup::New();
   209 	TInt  Val = 0;
   209 	TInt  Val ;
   210 	//Install a new active scheduler to this thread 
   210 	//Install a new active scheduler to this thread 
   211 	TRAPD(err ,( Val = TraceConcurrentCallsL()) );
   211 	TRAPD(err ,( Val = TraceConcurrentCallsL()) );
   212 	delete cleanup ;
   212 	delete cleanup ;
   213  	
   213  	
   214  	if(err)
   214  	if(err)