fix bug for Maps View TC 73/67773/2 accepted/tizen/common/20160428.145010 accepted/tizen/ivi/20160429.011509 accepted/tizen/mobile/20160429.011453 accepted/tizen/tv/20160429.011502 accepted/tizen/wearable/20160429.011448 submit/tizen/20160428.080842
authorjongmun.woo <jongmun.woo@samsung.com>
Thu, 28 Apr 2016 07:52:05 +0000 (16:52 +0900)
committerjongmun.woo <jongmun.woo@samsung.com>
Thu, 28 Apr 2016 08:05:19 +0000 (17:05 +0900)
Signed-off-by: jongmun.woo <jongmun.woo@samsung.com>
Change-Id: I569aa936189e99da84a08186612943fc20930e9c

inc/engine/maps/GeoTiledMap.h
lib/aarch64/libheremaps-engine.so.1.0.6_12
lib/arm/libheremaps-engine.so.1.0.6_12
lib/i586/libheremaps-engine.so.1.0.6_12
lib/x86_64/libheremaps-engine.so.1.0.6_12

index bae3e365b16a436f250146d6de7b1299bd7f5b93..9255fe53fd3356e77bf474dc452ab92eb8b6d160 100755 (executable)
@@ -532,7 +532,7 @@ private:
     HERE_MAPS_NO_COPY_NO_ASSIGN(GeoTiledMap);
 
     class GeoTiledMapImpl;
-    std::auto_ptr<GeoTiledMapImpl> m_pImpl;
+    GeoTiledMapImpl *m_pImpl;
 };
 
 HERE_MAPS_END_NAMESPACE
index 36020d6be646024a18d8a4a6283dc424ad73bc08..e34a904fd3e52b72d8a617313f0815cc45316768 100755 (executable)
Binary files a/lib/aarch64/libheremaps-engine.so.1.0.6_12 and b/lib/aarch64/libheremaps-engine.so.1.0.6_12 differ
index 8353ac08e3e5ee4fe6244750080026d33d6af461..2f011edaa23233a24762266975d431aa96d6ef4f 100755 (executable)
Binary files a/lib/arm/libheremaps-engine.so.1.0.6_12 and b/lib/arm/libheremaps-engine.so.1.0.6_12 differ
index 91d13e7bb419e5ba3335df881a73f2109886e410..1d587a9ff377980b861599d87ff7a20054eba266 100755 (executable)
Binary files a/lib/i586/libheremaps-engine.so.1.0.6_12 and b/lib/i586/libheremaps-engine.so.1.0.6_12 differ
index 70b236d316a4809cc195889080cdb34d727d2008..9eef0828e2c232f7b27ed757ad9e0ee849bffd46 100755 (executable)
Binary files a/lib/x86_64/libheremaps-engine.so.1.0.6_12 and b/lib/x86_64/libheremaps-engine.so.1.0.6_12 differ