X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fcore%2Finclude%2Fdpl%2Fwaitable_handle_watch_support.h;fp=modules_wearable%2Fcore%2Finclude%2Fdpl%2Fwaitable_handle_watch_support.h;h=644799c02130e6e10e9269c11fe5141bb8cc13db;hb=3a034abb4dca58ff0940687d8dd2b829ce2e226f;hp=ac0987fdeef8d45a8d2500aed933f91add0af3d9;hpb=58be0971049907f3166ce56a6ad509769565158f;p=framework%2Fweb%2Fwrt-commons.git diff --git a/modules_wearable/core/include/dpl/waitable_handle_watch_support.h b/modules/core/include/dpl/waitable_handle_watch_support.h similarity index 98% rename from modules_wearable/core/include/dpl/waitable_handle_watch_support.h rename to modules/core/include/dpl/waitable_handle_watch_support.h index ac0987f..644799c 100644 --- a/modules_wearable/core/include/dpl/waitable_handle_watch_support.h +++ b/modules/core/include/dpl/waitable_handle_watch_support.h @@ -26,9 +26,9 @@ #include #include #include -#include #include #include +#include namespace DPL { class Thread; @@ -98,7 +98,7 @@ class WaitableHandleWatchSupport WaitableHandleWatchers> WaitableHandleWatchersMap; // Waitable event watch support - mutable RecursiveMutex m_watchersMutex; + mutable std::recursive_mutex m_watchersMutex; WaitableHandleWatchersMap m_watchersMap; WaitableEvent m_watchersInvoker; WaitableEvent m_watchersInvokerCommit;