common: add AlarmProviderStub class
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 27 Jul 2016 11:45:01 +0000 (13:45 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 27 Jul 2016 11:46:11 +0000 (13:46 +0200)
commitc5886e650247efa7d287e806049e48423ea23e88
treeb83581013e68f91134c93155915f28af549dc5c5
parentbae77e7037b3bfa83225a35e0941cc8d286c46d3
common: add AlarmProviderStub class

The purpose of this class is to return dummy values
from model in order to procees with other modules
implementation
common/inc/Internal/AlarmProviderStub.h [new file with mode: 0644]
common/inc/Model/WeekFlags.h
common/inc/UI/Time.h [new file with mode: 0644]
common/inc/Utils/Time.h [new file with mode: 0644]
common/project_def.prop
common/src/Model/AlarmProvider.cpp
common/src/Model/AlarmProviderStub.cpp [new file with mode: 0644]
common/src/Model/WeekFlags.cpp
common/src/Utils/Time.cpp [new file with mode: 0644]