serviceproviders/sapi_location/tsrc/testing/tsapiloctotest/src/sapiloctotestblocks.cpp
changeset 22 fc9cf246af83
parent 19 989d2f495d90
child 33 50974a8b132e
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
   155 	/*RRequestorStack aRequestorStack;
   155 	/*RRequestorStack aRequestorStack;
   156 	const CRequestor* identityInfo = CRequestor::NewL(1 , 1 , Kidentity) ;
   156 	const CRequestor* identityInfo = CRequestor::NewL(1 , 1 , Kidentity) ;
   157     aRequestorStack.Insert(identityInfo,0);
   157     aRequestorStack.Insert(identityInfo,0);
   158     CoreObj->SetRequestorIdentityL(aRequestorStack) ;*/
   158     CoreObj->SetRequestorIdentityL(aRequestorStack) ;*/
   159 		
   159 		
   160     aRet = CoreObj->GetLocationL(&currpos);
   160     TRAP(aRet,CoreObj->GetLocationL(&currpos));
   161     
   161     
   162     if( KErrTimedOut == aRet )
   162     if( KErrTimedOut == aRet )
   163     	{
   163     	{
   164     	OpenFile();
   164     	OpenFile();
   165 		LogFile.Write(_L8("\n<GetPositionTO Test>\n"));
   165 		LogFile.Write(_L8("\n<GetPositionTO Test>\n"));