summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Tang <zhikait@codeaurora.org>2018-03-23 23:00:16 -0700
committerKevin Tang <zhikait@codeaurora.org>2018-05-14 12:20:17 -0700
commit86e1b52c812f5d9680ec1ad755d80644d0736a07 (patch)
tree7eb4942a87f0f9a0a28b7f1be2680f4676debfa0
parentf906756e7b491951b8c7bf230272051e41d1dced (diff)
downloadgps-86e1b52c812f5d9680ec1ad755d80644d0736a07.tar.gz
renamed DataItemIndex and ClientIndex files
and moved them into utils. Change-Id: I138471168bf58d2cf09c6a435088edea29a567d0 CRs-Fixed: 2218519
-rw-r--r--utils/LocListMap.h (renamed from core/data-items/common/ClientIndex.h)0
-rw-r--r--utils/LocUnorderedSetMap.h (renamed from core/data-items/common/DataItemIndex.h)0
-rw-r--r--utils/Makefile.am3
3 files changed, 2 insertions, 1 deletions
diff --git a/core/data-items/common/ClientIndex.h b/utils/LocListMap.h
index feccb05..feccb05 100644
--- a/core/data-items/common/ClientIndex.h
+++ b/utils/LocListMap.h
diff --git a/core/data-items/common/DataItemIndex.h b/utils/LocUnorderedSetMap.h
index d72e89e..d72e89e 100644
--- a/core/data-items/common/DataItemIndex.h
+++ b/utils/LocUnorderedSetMap.h
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 3801fdd..33afc1b 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -28,7 +28,8 @@ libgps_utils_la_h_sources = \
gps_extended_c.h \
gps_extended.h \
loc_gps.h \
- log_util.h
+ log_util.h \
+ LocUnorderedSetMap.h
libgps_utils_la_c_sources = \
linked_list.c \