Merge branch 'tizen_2.2' of ssh://review.tizendev.org:29418/apps/home/notification...
[platform/core/api/notification.git] / src / notification.c
index d82ebdc..27a440f 100755 (executable)
@@ -30,7 +30,6 @@
 
 #include <aul.h>
 #include <ail.h>
-#include <appsvc.h>
 #include <vconf-keys.h>
 #include <vconf.h>
 
@@ -2756,7 +2755,11 @@ void notification_call_changed_cb(notification_op *op_list, int op_num)
 
 EXPORT_API int notification_is_service_ready(void)
 {
-       return notification_ipc_is_master_ready();
+        /*
+         * The notification service is now socket activated so as far
+         * as clients are concerned it is always ready
+         */
+       return 1;
 }
 
 EXPORT_API notification_error_e