X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Fstring-callback.h;h=5a1d28950bba03999d806441b084da8a3177f5d4;hp=9569b2d5917a79d8d2cd830036ea7db4f9320ece;hb=9ddd5fea6278d06b8874988498c7c4c6508750ba;hpb=f2039d47f9bed8104575da80a2ecf0bb6e37ff8d diff --git a/dali-scene-loader/public-api/string-callback.h b/dali-scene-loader/public-api/string-callback.h index 9569b2d..5a1d289 100644 --- a/dali-scene-loader/public-api/string-callback.h +++ b/dali-scene-loader/public-api/string-callback.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE_LOADER_STRING_CALLBACK_H #define DALI_SCENE_LOADER_STRING_CALLBACK_H /* - * Copyright (c) 2020 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. @@ -28,7 +28,6 @@ namespace Dali { namespace SceneLoader { - /* * @brief A callback to post strings to. */ @@ -39,7 +38,7 @@ using StringCallback = std::function; */ DALI_SCENE_LOADER_API void DefaultErrorCallback(const std::string& message); -} -} +} // namespace SceneLoader +} // namespace Dali #endif //DALI_SCENE_LOADER_STRING_CALLBACK_H