diff options
author | HwanKyu Jhun <h.jhun@samsung.com> | 2018-04-10 01:21:04 +0000 |
---|---|---|
committer | HwanKyu Jhun <h.jhun@samsung.com> | 2018-04-10 01:21:04 +0000 |
commit | c28e9d76176ebf4e514c110ee887ea4161637950 (patch) | |
tree | 6b29bd1f9d2f7f0a90eb12636d042f650c31e060 | |
parent | 6ba72dbc29445783cbc3150dd2c54441839e69b0 (diff) | |
download | aul-1-c28e9d76176ebf4e514c110ee887ea4161637950.tar.gz aul-1-c28e9d76176ebf4e514c110ee887ea4161637950.tar.bz2 aul-1-c28e9d76176ebf4e514c110ee887ea4161637950.zip |
Revert "Add new definitions for checking indirect launch request"
This reverts commit 6ba72dbc29445783cbc3150dd2c54441839e69b0.
Change-Id: I7c84a3cb9351c4046060cb6f9b45196ced786bee
-rw-r--r-- | include/aul.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/aul.h b/include/aul.h index 1a1350e9..c2b38c21 100644 --- a/include/aul.h +++ b/include/aul.h @@ -286,12 +286,7 @@ typedef enum aul_widget_instance_event { #define AUL_K_NEW_INSTANCE "__AUL_NEW_INSTANCE__" /** AUL internal private key */ #define AUL_K_IS_INSTALLED "__AUL_IS_INSTALLED__" -/** AUL internal private key */ -#define AUL_K_REQUEST_TYPE "__AUL_REQUEST_TYPE__" -/** AUL internal private key */ -#define AUL_K_ORG_CALLER_APPID "__AUL_ORG_CALLER_APPID__" -/** AUL internal private key */ -#define AUL_K_ORG_CALLER_PKGID "__AUL_ORG_CALLER_PKGID__" + /** * @brief This is callback function for aul_launch_init |