X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fimage-visual-actions-devel.h;h=89ea2d6bf1152b05e45b3edd1c78417b2bbc2938;hb=2811d5d65564a988da2e4de22b66ec75b50ecbda;hp=78a1451612a16f8cd96584cccda2fc7b72f8dffd;hpb=3f766945373f2a1b6eed3e9a00766547a94ec42c;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visuals/image-visual-actions-devel.h b/dali-toolkit/devel-api/visuals/image-visual-actions-devel.h index 78a1451..89ea2d6 100644 --- a/dali-toolkit/devel-api/visuals/image-visual-actions-devel.h +++ b/dali-toolkit/devel-api/visuals/image-visual-actions-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_DEVEL_API_VISUALS_IMAGE_VISUAL_ACTIONS_DEVEL_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,13 +20,10 @@ namespace Dali { - namespace Toolkit { - namespace DevelImageVisual { - /** * @brief Actions that the image visual can perform. These actions are called through the Visual::Base::DoAction API. */ @@ -37,10 +34,10 @@ namespace Action */ enum Type { - RELOAD = 0 ///< Force reloading of the image, all visuals using this image will get the latest one. + RELOAD = 0 ///< Force reloading of the image, all visuals using this image will get the latest one. }; -} // namespace Actions +} // namespace Action } // namespace DevelImageVisual