diff options
Diffstat (limited to 'gps/core/UlpProxyBase.h')
| -rw-r--r-- | gps/core/UlpProxyBase.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gps/core/UlpProxyBase.h b/gps/core/UlpProxyBase.h index 92507bc..7e608cd 100644 --- a/gps/core/UlpProxyBase.h +++ b/gps/core/UlpProxyBase.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. +/* Copyright (c) 2013-2016, The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -33,7 +33,7 @@ #ifndef OSS_BUILD #include "fused_location_extended.h" #else -struct FlpExtLocation; +struct FlpExtLocation_s; struct FlpExtBatchOptions; #endif @@ -69,7 +69,7 @@ public: (void)loc_technology_mask; return false; } - inline virtual bool reportSv(QcomSvStatus &svStatus, + inline virtual bool reportSv(GnssSvStatus &svStatus, GpsLocationExtended &locationExtended, void* svExt) { (void)svStatus; @@ -97,7 +97,7 @@ public: (void)active; return false; } - inline virtual bool reportPositions(const FlpExtLocation* locations, + inline virtual bool reportPositions(const struct FlpExtLocation_s* locations, int32_t number_of_locations) { (void)locations; (void)number_of_locations; |
