Change-Id: Ic27b128bd08dd7969f534174d155b9bc91f12fb4
Signed-off-by: hyunho <hhstark.kang@samsung.com>
list<shared_ptr<item::AbstractItem>> OnRequestEvent(const IEventInfo& info) override {
DBG("Get report !!! %s", info.GetItemId().c_str());
- return DBManager::GetNotificationList(((const IEventInfoInternal&)info).GetUid());
+ return DBManager::GetNotificationList(
+ ((const IEventInfoInternal&)info).GetUid(),
+ ((const IEventInfoInternal&)info).GetChannel().c_str());
}
int OnRequestNumber(const IEventInfo& info) override {