X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Frendering%2Fvector-based%2Fvector-blob-atlas-share.h;h=d58848a5257426b04dacc089672979f01b6c2e72;hp=c9a7590aa249dc84fa345fc602a60b5abae5958d;hb=9ddd5fea6278d06b8874988498c7c4c6508750ba;hpb=f2039d47f9bed8104575da80a2ecf0bb6e37ff8d diff --git a/dali-toolkit/internal/text/rendering/vector-based/vector-blob-atlas-share.h b/dali-toolkit/internal/text/rendering/vector-based/vector-blob-atlas-share.h index c9a7590..d58848a 100644 --- a/dali-toolkit/internal/text/rendering/vector-based/vector-blob-atlas-share.h +++ b/dali-toolkit/internal/text/rendering/vector-based/vector-blob-atlas-share.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_VECTOR_BLOB_ATLAS_SHARE_H /* - * Copyright (c) 2019 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. @@ -23,13 +23,10 @@ namespace Dali { - namespace Toolkit { - namespace Text { - /** * @brief A singleton for sharing atlases containing vector data * @@ -37,7 +34,6 @@ namespace Text class VectorBlobAtlasShare : public BaseHandle { public: - /** * @brief Create a VectorBlobAtlasShare handle. * @@ -75,11 +71,9 @@ public: VectorBlobAtlas* GetNewAtlas(); private: - class Impl; - explicit DALI_INTERNAL VectorBlobAtlasShare( VectorBlobAtlasShare::Impl* impl ); - + explicit DALI_INTERNAL VectorBlobAtlasShare(VectorBlobAtlasShare::Impl* impl); }; } // namespace Text