added sip view table 09/52609/18 accepted/tizen/mobile/20160108.071111 submit/tizen_mobile/20160108.010740
authorJeesun Kim <iamjs.kim@samsung.com>
Wed, 25 Nov 2015 05:02:33 +0000 (14:02 +0900)
committerjeesun kim <iamjs.kim@samsung.com>
Tue, 5 Jan 2016 08:14:05 +0000 (00:14 -0800)
commit33bba26dd19a9f3ee25c3e22d6aa2a18ce7ef144
tree759e0783791cd4c0a3141e2a8d6e91f07ed19d43
parent27bb144f049f34659142dfc4485f3d322c7dadfe
added sip view table

Change-Id: I61f584ef85747b22d436ca60ad8411fc942530fd
28 files changed:
client/CMakeLists.txt
client/ctsvc_client_db_notification.c
common/ctsvc_inotify.c
common/ctsvc_notify.h
common/ctsvc_record.c
common/ctsvc_record_contact.c
common/ctsvc_record_my_profile.c
common/ctsvc_struct.h
common/ctsvc_view.c
common/ctsvc_view.h
common/ipc/ctsvc_ipc_contact.c
common/ipc/ctsvc_ipc_marshal.c
common/ipc/ctsvc_ipc_sip.c [new file with mode: 0644]
include/contacts_types.h
include/contacts_views.h
server/CMakeLists.txt
server/ctsvc_notification.c
server/ctsvc_notification.h
server/ctsvc_server.c
server/db/ctsvc_db_init.c
server/db/ctsvc_db_plugin_contact.c
server/db/ctsvc_db_plugin_contact_helper.c
server/db/ctsvc_db_plugin_contact_helper.h
server/db/ctsvc_db_plugin_my_profile.c
server/db/ctsvc_db_plugin_sip.c [new file with mode: 0644]
server/db/ctsvc_db_plugin_sip_helper.c [new file with mode: 0644]
server/db/ctsvc_db_plugin_sip_helper.h [new file with mode: 0644]
server/db/ctsvc_db_schema.h