Remove duplicated declaration of AccountId and fixed doxygen error 16/12616/3
authorhs321.lee <hs321.lee@samsung.com>
Thu, 10 Oct 2013 08:52:24 +0000 (17:52 +0900)
committerJaehwa Shin <jaehwa.shin@samsung.com>
Mon, 25 Nov 2013 07:04:10 +0000 (23:04 -0800)
Change-Id: I7d8e65d22bf96ed80b6b77799cc687ddf82b2c3a
Signed-off-by: hs321.lee <hs321.lee@samsung.com>
inc/FSclTypes.h

index 7c36697..b07964e 100644 (file)
@@ -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.
  *