Temporary patch for ApplicationLaunchAppControl event handling
authorTaejeong Lee <taejeong.lee@samsung.com>
Mon, 29 Apr 2013 13:55:51 +0000 (22:55 +0900)
committerTaejeong Lee <taejeong.lee@samsung.com>
Mon, 29 Apr 2013 14:45:24 +0000 (23:45 +0900)
[Issue#]   N/A
[Bug]      ApplicationControl does not work properly.
[Cause]    Side-effect of IEvent routine change, but it was used wrongly.
[Solution] Temporary WaitForSingleHandle routine is removed.

Change-Id: Ie7a1565097790f290aa63c888d7aeb6c8b2ffdab

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;