X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene3d%2Fpublic-api%2Floader%2Fstring-callback.h;h=7a3564d6a5db08cf380f9b77b9a84a5fa7ac2ba0;hb=b7571e150f79c26b794e2d17a7d789c3bc46b497;hp=4f00a106616977bc175c4cc80c39d890ce00641b;hpb=9bdf218ff02feaae242e4897727b00371b79abf5;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene3d/public-api/loader/string-callback.h b/dali-scene3d/public-api/loader/string-callback.h index 4f00a10..7a3564d 100644 --- a/dali-scene3d/public-api/loader/string-callback.h +++ b/dali-scene3d/public-api/loader/string-callback.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE3D_LOADER_STRING_CALLBACK_H #define DALI_SCENE3D_LOADER_STRING_CALLBACK_H /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 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. @@ -17,18 +17,14 @@ * */ -// INTERNAL INCLUDES -#include "dali-scene3d/public-api/api.h" - // EXTERNAL INCLUDES #include #include -namespace Dali -{ -namespace Scene3D -{ -namespace Loader +// INTERNAL INCLUDES +#include + +namespace Dali::Scene3D::Loader { /* * @brief A callback to post strings to. @@ -40,8 +36,6 @@ using StringCallback = std::function; */ DALI_SCENE3D_API void DefaultErrorCallback(const std::string& message); -} // namespace Loader -} // namespace Scene3D -} // namespace Dali +} // namespace Dali::Scene3D::Loader #endif //DALI_SCENE3D_LOADER_STRING_CALLBACK_H