diff options
author | hs321.lee <hs321.lee@samsung.com> | 2013-03-18 11:22:33 +0900 |
---|---|---|
committer | hs321.lee <hs321.lee@samsung.com> | 2013-03-18 11:22:33 +0900 |
commit | ca32e33cd472d0a120894085ceac56397e24c9ce (patch) | |
tree | 71f79b38cecc4d59d515ff9562dcb0da2f41a69f /inc/FSocial.h | |
parent | 5e755d91d8b859a71c012556f497f1b4a9d7b08b (diff) | |
download | social-ca32e33cd472d0a120894085ceac56397e24c9ce.tar.gz social-ca32e33cd472d0a120894085ceac56397e24c9ce.tar.bz2 social-ca32e33cd472d0a120894085ceac56397e24c9ce.zip |
Master to tizen_2.1
Change-Id: I4288529d24e61cc4088f0537c664f8377cb48b96
Signed-off-by: hs321.lee <hs321.lee@samsung.com>
Diffstat (limited to 'inc/FSocial.h')
-rw-r--r-- | inc/FSocial.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/inc/FSocial.h b/inc/FSocial.h index 353f418..e01c260 100644 --- a/inc/FSocial.h +++ b/inc/FSocial.h @@ -44,6 +44,7 @@ #include <FSclEmail.h> #include <FSclEmailContact.h> #include <FSclIAddressbookEventListener.h> +#include <FSclIAddressbookChangeEventListener.h> #include <FSclICalendarbookEventListener.h> #include <FSclIRecordEventListener.h> #include <FSclIRecordListener.h> @@ -80,6 +81,16 @@ * * For more information on the %Social namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/social/social_namespace.htm">Social Guide</a>. * + * The following diagrams illustrate the relationships between the classes belonging to the Social namespace. + * + * [Account] + * @image html social_account_classdiagram.png + * + * [Addressbook] + * @image html social_addressbook_classdiagram.png + * + * [Calendarbook] + * @image html social_calendarbook_using_the_apis_classdiagram.png * */ namespace Tizen { namespace Social |