X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fstyling%2Fstyle-manager-devel.h;h=efcff7d5b9ccd8ef8b14faeb8cd782fbb0b8fba4;hp=ab00ee390aeb8f83bbe77ab4644c10fbaa1af7b4;hb=1d82abb8a1a514ce0af63004706135fb7883f89b;hpb=e40f95b837ab8e9f1ce9094ebf4e6ac781e7bf6f diff --git a/dali-toolkit/devel-api/styling/style-manager-devel.h b/dali-toolkit/devel-api/styling/style-manager-devel.h index ab00ee3..efcff7d 100644 --- a/dali-toolkit/devel-api/styling/style-manager-devel.h +++ b/dali-toolkit/devel-api/styling/style-manager-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_STYLE_MANAGER_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. @@ -23,14 +23,10 @@ namespace Dali { - namespace Toolkit { - namespace DevelStyleManager { - - /** * @brief Gets all currently defined configurations. * @@ -38,7 +34,7 @@ namespace DevelStyleManager * @param[in] styleManager The instance of StyleManager * @return A property map to the currently defined configurations **/ -DALI_TOOLKIT_API const Property::Map GetConfigurations( StyleManager styleManager ); +DALI_TOOLKIT_API const Property::Map GetConfigurations(StyleManager styleManager); } // namespace DevelStyleManager