diff options
author | Woongsuk Cho <ws77.cho@samsung.com> | 2012-08-23 18:39:14 +0900 |
---|---|---|
committer | Woongsuk Cho <ws77.cho@samsung.com> | 2012-08-23 18:39:14 +0900 |
commit | e133d54607220501495883898aa06c0e9bfc6bf1 (patch) | |
tree | 8fab65eb91f00206e70873eed6ae50f6be095c2a /include | |
parent | 5b169c96380f8adfdb2a03c65dcf49e97b561d4e (diff) | |
download | common-e133d54607220501495883898aa06c0e9bfc6bf1.tar.gz common-e133d54607220501495883898aa06c0e9bfc6bf1.tar.bz2 common-e133d54607220501495883898aa06c0e9bfc6bf1.zip |
Diffstat (limited to 'include')
-rw-r--r--[-rwxr-xr-x] | include/tizen_error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tizen_error.h b/include/tizen_error.h index b80bdf4..779076b 100755..100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -79,6 +79,8 @@ #define TIZEN_ERROR_WEB_CLASS -0x00400000 /** DRM Error class */ #define TIZEN_ERROR_DRM_CLASS -0x00800000 +/** Account Error class */ +#define TIZEN_ERROR_ACCOUNT_CLASS -0x01000000 typedef enum { |