summaryrefslogtreecommitdiff
path: root/core/ContextBase.cpp
diff options
context:
space:
mode:
authorKevin Tang <zhikait@codeaurora.org>2013-07-20 14:16:32 -0700
committerSridhar Nelloru <nellos@codeaurora.org>2013-08-09 11:44:27 -0700
commit3535edcfb0def6f298eea21f51fc91103004c984 (patch)
tree00784aefaf9ecbd9cfbf2e086bc477381e05b5f3 /core/ContextBase.cpp
parent11adbb371f795fc676949a6fee5fe5e918443845 (diff)
downloadgps-3535edcfb0def6f298eea21f51fc91103004c984.tar.gz
corresponding to izat_core and LBSAdapter changes.
Removed makefile dependency to AndrodRuntime; Renamed library to be loaded from liblocation to libizat_core; Made some class private access to protected for the needs of inheritance; piggy bagged some optimizations. Change-Id: Id7e3127baa1833cbad7739f50808941c733b87f2 (cherry picked from commit c039ceaec84b25573d710b31831c9b06d4f3d1c6)
Diffstat (limited to 'core/ContextBase.cpp')
-rw-r--r--core/ContextBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ContextBase.cpp b/core/ContextBase.cpp
index 7922cc2..3ab364f 100644
--- a/core/ContextBase.cpp
+++ b/core/ContextBase.cpp
@@ -39,7 +39,7 @@
namespace loc_core {
-const char* ContextBase::mIzatLibName = "libloc_api_v02.so ";
+const char* ContextBase::mIzatLibName = "libizat_core.so";
// we initialized this handle to 1 because it can't possibly
// 1 if it ever gets assigned a value. NULL on the otherhand
// is possilbe.