implement observable collections. 55/110055/3
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Thu, 12 Jan 2017 15:05:13 +0000 (16:05 +0100)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 18 Jan 2017 12:43:10 +0000 (04:43 -0800)
commit55223b21ea6839a1a1b0b2a5e71b7b4b4d6acfcd
tree3a0f473425a90b2d6f51061fc246fff534cce315
parentff6b7f19be71efb2a4f4c3d17f3e06c40461801f
implement observable collections.

Add utility classes that will be used for further code refactoring.
The purpose of observable collection is to create generic model that
can read and observed by presenters.

Change-Id: Ie84585d1ed911038948db62a9fd8dc5a3fa24db3
clock/inc/Model/AlarmList.h [new file with mode: 0644]
clock/inc/Utils/ObservableList.h [new file with mode: 0644]