License: Flora
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
+BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(chromium)
BuildRequires: pkgconfig(capi-appfw-application)
-BuildRequires: pkgconfig(aul)
-BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(provider)
BuildRequires: pkgconfig(osp-appfw)
BuildRequires: pkgconfig(osp-appfw-server)
-BuildRequires: pkgconfig(osp-uifw)
-BuildRequires: pkgconfig(osp-image)
BuildRequires: pkgconfig(osp-shell)
BuildRequires: hash-signer
_AppContext::SendPendingEvent(void)
{
SetWaitingStatus(false);
- TryReturn(__pPendingEventList->GetCount() > 0, E_DATA_NOT_FOUND, "No pending event.");
+ TryReturn(__pPendingEventList->GetCount() > 0, E_DATA_NOT_FOUND, "This context has no pending event. Please find next pending event context.");
PendingEvent* pEvent = null;
__pPendingEventList->GetAt(0, pEvent);