summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorqctecmdr Service <qctecmdr@qualcomm.com>2019-03-22 17:36:07 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-03-22 17:36:07 -0700
commit01869b4004179870db2160ed41283dce7fbbdcde (patch)
tree706e104a74ab46130f83e92bab20d891a58e591c /core/LocAdapterBase.h
parent52c9486628ae714bd9e9948503ef4f2e70df683f (diff)
parentb046241ec2fdc9a48e99face1794046488a8cabe (diff)
downloadgps-01869b4004179870db2160ed41283dce7fbbdcde.tar.gz
Merge "Improved Location NI Privacy"
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r--core/LocAdapterBase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index ca23e65..8aa7112 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011-2014, 2016-2018 The Linux Foundation. All rights reserved.
+/* Copyright (c) 2011-2014, 2016-2019 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
@@ -173,6 +173,7 @@ public:
virtual bool reportKlobucharIonoModelEvent(GnssKlobucharIonoModel& ionoModel);
virtual bool reportGnssAdditionalSystemInfoEvent(
GnssAdditionalSystemInfo& additionalSystemInfo);
+ virtual void reportNfwNotificationEvent(GnssNfwNotification& notification);
};
} // namespace loc_core