Temporary patch for ApplicationLaunchAppControl event handling
[framework/web/wrt-plugins-common.git] / src / Commons / IEvent.h
index 8edec83..7764fde 100644 (file)
@@ -360,7 +360,10 @@ class IEvent : /*private DPL::WaitableEvent, */ public IEventController
             m_cancelled = true;
         }
         LogDebug("waiting for cancel flag");
+
+#if 0   // temporary fix for ApplicationLaunchAppControl eventhandling
         DPL::WaitForSingleHandle(getCancelStatusFlag().GetHandle());
+#endif
         delete m_cancelStatusFlag;
         m_cancelStatusFlag = NULL;
         return m_cancelAllowed;