diff options
author | hs321.lee <hs321.lee@samsung.com> | 2013-10-10 17:52:24 +0900 |
---|---|---|
committer | Jaehwa Shin <jaehwa.shin@samsung.com> | 2013-11-24 23:04:10 -0800 |
commit | c865383cd30121ef0d20ce630656828bd758a0d8 (patch) | |
tree | 25e65b1059869b6367a26e91464967731ecfc866 /inc | |
parent | 9c1111607f2ed4bb64773ce6d084f38c0d3e0004 (diff) | |
download | social-c865383cd30121ef0d20ce630656828bd758a0d8.tar.gz social-c865383cd30121ef0d20ce630656828bd758a0d8.tar.bz2 social-c865383cd30121ef0d20ce630656828bd758a0d8.zip |
Remove duplicated declaration of AccountId and fixed doxygen error
Change-Id: I7d8e65d22bf96ed80b6b77799cc687ddf82b2c3a
Signed-off-by: hs321.lee <hs321.lee@samsung.com>
Diffstat (limited to 'inc')
-rw-r--r-- | inc/FSclTypes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/inc/FSclTypes.h b/inc/FSclTypes.h index 7c36697..b07964e 100644 --- a/inc/FSclTypes.h +++ b/inc/FSclTypes.h @@ -65,7 +65,6 @@ typedef int AccountId; const AccountId INVALID_ACCOUNT_ID = -1; /** - * @typedef RecurrenceId * Defines the recurrence ID that is used to identify a specific instance of a recurring calendar component (CalEvent). @n * The value type is @c Tizen::Base::DateTime. The property value is the effective value of the start time ("DTSTART" property) of the Recurrence instance. * @@ -740,10 +739,6 @@ enum OrganizationType */ static const int MAX_PHONE_NUMBER_LENGTH = 50; -//This value is for internal use only. Using this value can cause behavioral, -//security-related, and consistency-related issues in the application. -typedef int AccountId; - /** * The person ID. * |