X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fhelpers%2Fproperty-helper.h;h=fc9b657e7855a4efce63d6ae9d1b3f6804216b33;hp=e91062d5a2cb291df9f5ed466940263f3ac46a8b;hb=cc7137614f4136f571ccecc22ad1b72c01f16156;hpb=8e7cfd0c114bf778287cc6e67d0f42f3c866e205 diff --git a/dali-toolkit/internal/helpers/property-helper.h b/dali-toolkit/internal/helpers/property-helper.h index e91062d..fc9b657 100644 --- a/dali-toolkit/internal/helpers/property-helper.h +++ b/dali-toolkit/internal/helpers/property-helper.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_PROPERTY_HELPER_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -19,18 +19,15 @@ */ // EXTERNAL INCLUDES -#include #include +#include namespace Dali { - namespace Toolkit { - namespace Internal { - /** * @brief Parses a Property::Value to retrieve the string. * @@ -40,7 +37,7 @@ namespace Internal * * @return True if a string was extracted successfully. */ -bool GetStringFromProperty( const Property::Value& value, std::string& output ); +bool GetStringFromProperty(const Property::Value& value, std::string& output); } // namespace Internal @@ -48,5 +45,4 @@ bool GetStringFromProperty( const Property::Value& value, std::string& output ); } // namespace Dali - #endif // DALI_TOOLKIT_INTERNAL_PROPERTY_HELPER_H