#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)
#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)
{
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