Remove redundant Core::SendEvent() & NotificationEvent 32/17232/1
authorPaul Wisbey <p.wisbey@samsung.com>
Tue, 4 Mar 2014 16:09:04 +0000 (16:09 +0000)
committerPaul Wisbey <p.wisbey@samsung.com>
Wed, 5 Mar 2014 18:27:20 +0000 (18:27 +0000)
[Issue#]   N/A
[Problem]  Notification event is redundant
[Cause]    Previously there was no way of telling Core to process events,
except by sending an event.
[Solution] Use the ProcessEvents() method, which was separated from Core::SendEvent()

Change-Id: I240cb24834192d1c5bc797e7c9952c1666b3f3d5
Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>

No differences found