X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fclipping%2Fclipping-item-factory.h;h=a84b49dc1bc67bbac982d228d6ee5dfc4e1598b1;hb=1b19fd140ff139b5854a1a62447faf31b175d8f6;hp=344afea1be048a85aec22e90f5e5f02e8f873206;hpb=7a4fb5b4bf9bf0c73761939bde321c48958a9117;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/clipping/clipping-item-factory.h b/examples/clipping/clipping-item-factory.h index 344afea..a84b49d 100644 --- a/examples/clipping/clipping-item-factory.h +++ b/examples/clipping/clipping-item-factory.h @@ -2,7 +2,7 @@ #define CLIPPING_ITEM_FACTORY_H /* - * Copyright (c) 2017 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. @@ -26,14 +26,12 @@ class ClippingItemFactory : public Dali::Toolkit::ItemFactory { public: - /** * @brief Constructor */ ClippingItemFactory(); private: // From ItemFactory - /** * Query the number of items available from the factory. * The maximum available item has an ID of GetNumberOfItems() - 1. @@ -45,12 +43,11 @@ private: // From ItemFactory * @param itemId * @return the created actor. */ - virtual Dali::Actor NewItem( unsigned int itemId ); + virtual Dali::Actor NewItem(unsigned int itemId); private: - - ClippingItemFactory( const ClippingItemFactory& ); ///< Undefined - ClippingItemFactory& operator=( const ClippingItemFactory& ); ///< Undefined + ClippingItemFactory(const ClippingItemFactory&); ///< Undefined + ClippingItemFactory& operator=(const ClippingItemFactory&); ///< Undefined }; #endif // CLIPPING_ITEM_FACTORY_H