X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Foffscreen-window.h;h=8c11466c7f98987b06189a46f0c547ba35ad9895;hb=5c51f9311780b763a63cb33526c2fec71809ada0;hp=d1fc78982ad8c21a72f0f3ab5710c75e6b51a73a;hpb=b7769b595b297a4b371bbc09e01c99a47b7e5bf6;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/offscreen-window.h b/dali/devel-api/adaptor-framework/offscreen-window.h index d1fc789..8c11466 100644 --- a/dali/devel-api/adaptor-framework/offscreen-window.h +++ b/dali/devel-api/adaptor-framework/offscreen-window.h @@ -19,15 +19,11 @@ */ // EXTERNAL INCLUDES -#include #include #include #include #include -// INTERNAL INCLUDES -#include - namespace Dali { @@ -47,8 +43,8 @@ class DALI_IMPORT_API OffscreenWindow : public Dali::BaseHandle { public: - typedef Uint16Pair WindowSize; - typedef Signal PostRenderSignalType; + using WindowSize = Uint16Pair; + using PostRenderSignalType = Signal; public: @@ -77,11 +73,16 @@ public: /** * @brief Copy constructor + * + * @param [in] window A reference to the copied handle */ OffscreenWindow( const OffscreenWindow& window ); /** * @brief Assignment operator + * + * @param [in] window A reference to the copied handle + * @return A reference to this */ OffscreenWindow& operator=( const OffscreenWindow& window );