Changed the header file of appcore-watch from appcore-watch.h to watch_app.h 66/130766/1 accepted/tizen/unified/20170524.055955 submit/tizen/20170524.015714 tizen_4.0.m1_release
authorjaekuk, lee <juku1999@samsung.com>
Wed, 24 May 2017 01:47:59 +0000 (10:47 +0900)
committerjaekuk, lee <juku1999@samsung.com>
Wed, 24 May 2017 01:47:59 +0000 (10:47 +0900)
Change-Id: Ib676f08863f8ec72eedd448c9fa6df20f12b4298
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
runtime/browser/watch_runtime.cc [changed mode: 0644->0755]
runtime/browser/web_application.cc

old mode 100644 (file)
new mode 100755 (executable)
index 4ec298b..39302ca
@@ -15,7 +15,6 @@
  */
 
 #include <watch_app.h>
-#include <appcore-watch.h>
 
 #include <memory>
 #include <string>
index 5cd985f..b6d8865 100755 (executable)
@@ -29,7 +29,7 @@
 #include <vector>
 
 #ifdef WATCH_FACE_FEATURE_SUPPORT
-#include <appcore-watch.h>
+#include <watch_app.h>
 #endif
 
 #include "common/application_data.h"
@@ -736,9 +736,7 @@ void WebApplication::Exit() {
     case common::ApplicationData::AppType::WATCH:
       if (TIZEN_FEATURE_watch_face_support) {
         LOGGER(ERROR) << "watch_ui_exit";
-#ifdef DENABLE_WATCH_APP
         watch_app_exit();
-#endif
         break;
       } else {
         goto __default;