X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fadaptor%2Fcommon%2Fadaptor-impl.h;h=69a6b3f45d18506f4f868c55a5d85b27a646e463;hb=06c03cadaaba54a0247af6df4a0b043e9b561e6f;hp=331ab9a3ce70440c6cf89de0498241e1916bea8a;hpb=a91147378df8cef80ebb05c25aa051b90f6c7ee0;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/adaptor/common/adaptor-impl.h b/dali/internal/adaptor/common/adaptor-impl.h index 331ab9a..69a6b3f 100644 --- a/dali/internal/adaptor/common/adaptor-impl.h +++ b/dali/internal/adaptor/common/adaptor-impl.h @@ -19,6 +19,7 @@ */ // EXTERNAL INCLUDES +#include #include #include #include @@ -679,6 +680,7 @@ private: // Data SystemTrace mSystemTracer; ///< System tracer ObjectProfiler* mObjectProfiler; ///< Tracks object lifetime for profiling SocketFactory mSocketFactory; ///< Socket factory + Mutex mMutex; ///< Mutex ThreadMode mThreadMode; ///< The thread mode const bool mEnvironmentOptionsOwned : 1; ///< Whether we own the EnvironmentOptions (and thus, need to delete it) bool mUseRemoteSurface : 1; ///< whether the remoteSurface is used or not