[TV][Channel] Implementation of getCurrentChannel
authorLukasz Foniok <l.foniok@samsung.com>
Tue, 16 Dec 2014 10:41:08 +0000 (11:41 +0100)
committerPawel Andruszkiewicz <p.andruszkie@samsung.com>
Mon, 2 Feb 2015 11:05:26 +0000 (20:05 +0900)
commit8a2075a4c3dc6791d6d1c4734a3170b8a6378ee5
tree92f13ac54c7386bbedbe253772b602e06219711c
parent9373849439ac8e2ccfa3b3ff941c0a245097294b
[TV][Channel] Implementation of getCurrentChannel

[Verification]
tizen.tvchannel.getCurrentChannel("MAIN") should work.

Change-Id: Ifc01026782084381c4018782a84a6439e08ba461
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
src/tvchannel/channel_info.cc [new file with mode: 0644]
src/tvchannel/channel_info.h [new file with mode: 0644]
src/tvchannel/tvchannel.gyp
src/tvchannel/tvchannel_extension.cc
src/tvchannel/tvchannel_extension.h
src/tvchannel/tvchannel_instance.cc
src/tvchannel/tvchannel_instance.h
src/tvchannel/tvchannel_manager.cc
src/tvchannel/tvchannel_manager.h
src/tvchannel/types.cc [new file with mode: 0644]
src/tvchannel/types.h [new file with mode: 0644]