connectivitymodules/SeCon/services/pcd/src/sconmetadata.cpp
branchGCC_SURGE
changeset 29 4c8d5d006ed1
parent 19 2691f6aa1921
child 41 e32446434994
equal deleted inserted replaced
27:ac6f1965a798 29:4c8d5d006ed1
  1035 		else if ( y == 2 )// seconds
  1035 		else if ( y == 2 )// seconds
  1036 			{
  1036 			{
  1037 			seconds = numer/denom;
  1037 			seconds = numer/denom;
  1038 			}
  1038 			}
  1039 		}
  1039 		}
  1040 	_LIT(KFormat, "%.0f°%.0f'%.2f\"" );
  1040 	_LIT(KFormat, "%.0f\xB0%.0f'%.2f\"" );
  1041 	aPosDegrees.Format( KFormat, degrees, minutes, seconds );
  1041 	aPosDegrees.Format( KFormat, degrees, minutes, seconds );
  1042 	TRACE_FUNC_EXIT;
  1042 	TRACE_FUNC_EXIT;
  1043 	return KErrNone;
  1043 	return KErrNone;
  1044 	}
  1044 	}
  1045 
  1045