Add new features 34/100534/8 accepted/tizen/common/20161214.160752 accepted/tizen/ivi/20161214.085616 accepted/tizen/mobile/20161214.085341 accepted/tizen/tv/20161214.085412 accepted/tizen/wearable/20161214.085554 submit/tizen/20161214.021341
authorSuresh Kumar N <suresh.n@samsung.com>
Mon, 28 Nov 2016 10:49:54 +0000 (16:19 +0530)
committerNarasimhaiah Suresh Kumar <suresh.n@samsung.com>
Tue, 13 Dec 2016 14:53:25 +0000 (06:53 -0800)
commit48d37d2773a2c43be1bfc291c981d7614bc80353
tree95566d3f1f1951a3ebb04ca201a618af14aba306
parente597ed06a45adfc2b98956b73b1116e0b3ccfdc5
Add new features
 - Introduce subscription
 - Fix memory leak in database API
 - Added IMS related features

Change-Id: Icb728fb4609cba47ed6972364a3d3ed61395d442
Signed-off-by: Suresh Kumar N <suresh.n@samsung.com>
41 files changed:
CMakeLists.txt
include/co_call.h
include/co_context.h
include/co_modem.h
include/co_network.h
include/co_ps.h
include/co_sim.h
include/core_object.h
include/hal.h
include/server.h
include/storage.h
include/tcore.h
include/type/call.h
include/type/common.h
include/type/modem.h
include/type/network.h
include/type/notification.h
include/type/ps.h
include/type/request.h
include/type/response.h
include/type/sat.h
include/type/sim.h
include/type/sms.h
include/type/subscription.h [new file with mode: 0644]
include/util.h
src/core_object/co_call.c
src/core_object/co_context.c
src/core_object/co_modem.c
src/core_object/co_network.c
src/core_object/co_phonebook.c
src/core_object/co_ps.c
src/core_object/co_sat.c
src/core_object/co_sim.c
src/core_object/co_ss.c
src/core_object/core_object.c
src/hal.c
src/plugin.c
src/server.c
src/storage.c
src/subscription.c [new file with mode: 0644]
src/util.c