set up the internal policy for file name and replace the filename as par the policy 70/162670/1
authorSang-Hun Chung <sanghun.chung@samsung.com>
Tue, 5 Dec 2017 01:43:19 +0000 (10:43 +0900)
committerSang-Hun Chung <sanghun.chung@samsung.com>
Tue, 5 Dec 2017 01:43:19 +0000 (10:43 +0900)
Change-Id: I3949b84a249b0c6f1e3a6f18a9f7e3388898c108

inc/cloud-application.h
src/cloud-application.c

index 00199f09cc65053da44b3eb5affd950fd370e794..14a2d81b0e73526f0e14eb30040f815e01e1c57a 100755 (executable)
@@ -7,7 +7,7 @@
 #ifdef  LOG_TAG
 #undef  LOG_TAG
 #endif
-#define LOG_TAG "FMW_APP"
+#define LOG_TAG "SSE_APP"
 #define DEBUG_LOG(fmt, ...) do { \
                dlog_print(DLOG_INFO, LOG_TAG, "%s : %s(%d) > "fmt, rindex(__FILE__, '/')+1, __FUNCTION__, __LINE__,##__VA_ARGS__);\
        } while (0)
index 4f198eff43dcc42d4505d7b67eba2602cda9b1d3..ef2aa2ab30fd0df411d0943b84595a9da42a3933 100755 (executable)
@@ -1,11 +1,11 @@
 #include <tizen.h>
 #include <service_app.h>
-#include "cloud-application.h"
-#include "staticlibrary.h"
-
 #include <app_control.h>
 #include <stdlib.h>
 
+#include "cloud-application.h"
+#include "service_agent_lib.h"
+
 
 bool service_app_create(void *data)
 {
@@ -33,7 +33,7 @@ void service_app_control(app_control_h app_control, void *data)
 
 
        char *user_data = (char*) malloc(200);
-       ret = hello(hello_result_cb, &user_data);
+       ret = hello(NULL, hello_result_cb, &user_data);
        DEBUG_LOG("===== ret [%d], user_data [%p]", ret, user_data);
 
 #if 0