From 39837685982e73f6ea0be762eaa686577265e053 Mon Sep 17 00:00:00 2001 From: Kevin Tang Date: Fri, 23 Mar 2018 23:00:16 -0700 Subject: [PATCH] renamed DataItemIndex and ClientIndex files and moved them into utils. Change-Id: I138471168bf58d2cf09c6a435088edea29a567d0 CRs-Fixed: 2218519 --- core/data-items/common/ClientIndex.h => utils/LocListMap.h | 0 .../common/DataItemIndex.h => utils/LocUnorderedSetMap.h | 0 utils/Makefile.am | 3 ++- 3 files changed, 2 insertions(+), 1 deletion(-) rename core/data-items/common/ClientIndex.h => utils/LocListMap.h (100%) rename core/data-items/common/DataItemIndex.h => utils/LocUnorderedSetMap.h (100%) diff --git a/core/data-items/common/ClientIndex.h b/utils/LocListMap.h similarity index 100% rename from core/data-items/common/ClientIndex.h rename to utils/LocListMap.h diff --git a/core/data-items/common/DataItemIndex.h b/utils/LocUnorderedSetMap.h similarity index 100% rename from core/data-items/common/DataItemIndex.h rename to utils/LocUnorderedSetMap.h diff --git a/utils/Makefile.am b/utils/Makefile.am index 3801fdd4..33afc1be 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 \