Added support for Event creation in worker thread
[platform/framework/native/appfw.git] / src / base / runtime / FBaseRt_MainThreadImpl.cpp
index d7b64e8..e0f61af 100644 (file)
@@ -93,6 +93,7 @@ _MainThreadImpl::Initialize(void)
 
        _ThreadImpl::Initialize();
 
+       SetMainThread();
        __pEventDispatcher = pEventDispatcher;
 
        return E_SUCCESS;