upload tizen1.0 source
[profile/ivi/wrt-plugins-tizen.git] / src / standards / Tizen / Application / plugin_config.h
index 6494d95..e000886 100755 (executable)
 #include <string>\r
 #include <Commons/FunctionDeclaration.h>\r
 \r
-// feature : manage\r
+// feature : launch\r
 #define APPLICATION_FUNCTION_API_LAUNCH                        "launch"\r
 #define APPLICATION_FUNCTION_API_LAUNCH_SERVICE                "launchService"\r
-#define APPLICATION_FUNCTION_API_GET_APP_SERVICE       "getApplicationService"\r
-#define APPLICATION_FUNCTION_API_REPLY_RESULT          "replyResult"\r
-#define APPLICATION_FUNCTION_API_REPLY_FAILURE         "replyFailure"\r
+\r
+// feature : kill\r
 #define APPLICATION_FUNCTION_API_KILL                          "kill"\r
 \r
 // feature : read\r
 #define APPLICATION_FUNCTION_API_ADD_APP_INFO_EVENT_LISTENER   "addApplicationInformationEventListener"\r
 #define APPLICATION_FUNCTION_API_REMOVE_APP_INFO_EVENT_LISTENER        "removeApplicationInformationEventListener"\r
 #define APPLICATION_FUNCTION_API_EXIT                                                  "exit"\r
-#if 0\r
 #define APPLICATION_FUNCTION_API_HIDE                                                  "hide"\r
-#endif\r
+#define APPLICATION_FUNCTION_API_GET_APP_SERVICE                               "getApplicationService"\r
+#define APPLICATION_FUNCTION_API_REPLY_RESULT                                  "replyResult"\r
+#define APPLICATION_FUNCTION_API_REPLY_FAILURE                                 "replyFailure"\r
+\r
 \r
 namespace TizenApis {\r
 namespace Tizen1_0 {\r
@@ -47,11 +48,11 @@ namespace Application {
 \r
 DECLARE_FUNCTION_GETTER(Application);\r
 \r
-#define APPLICATION_CHECK_ACCESS(globalContext, functionName)                     \\r
-    aceCheckAccess<AceFunctionGetter, DefaultArgsVerifier<> >(                \\r
-        globalContext,                     \\r
-        getApplicationFunctionData,           \\r
+#define APPLICATION_CHECK_ACCESS(functionName)                     \\r
+    aceCheckAccess<AceFunctionGetter, DefaultArgsVerifier<> >(     \\r
+        getApplicationFunctionData,                                \\r
         functionName)\r
+\r
 }\r
 }\r
 }\r