X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fpage-turn-view%2Fpage-turn-effect.h;h=2f0a47ed161b8b96bb594120e02cc2be23d793fd;hp=35895d46d70bb543d0cc15a7407e08694b9776f7;hb=HEAD;hpb=42492df08f8a079da70931292aebb56e1252641d diff --git a/dali-toolkit/internal/controls/page-turn-view/page-turn-effect.h b/dali-toolkit/internal/controls/page-turn-view/page-turn-effect.h index 35895d4..2f0a47e 100644 --- a/dali-toolkit/internal/controls/page-turn-view/page-turn-effect.h +++ b/dali-toolkit/internal/controls/page-turn-view/page-turn-effect.h @@ -1,8 +1,8 @@ -#ifndef __DALI_PAGE_TURN_EFFECT_H_ -#define __DALI_PAGE_TURN_EFFECT_H_ +#ifndef DALI_PAGE_TURN_EFFECT_H +#define DALI_PAGE_TURN_EFFECT_H /* - * Copyright (c) 2015 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. @@ -22,14 +22,10 @@ namespace Dali { - namespace Toolkit { - namespace Internal { - - /** * @brief Re-applies PageTurnEffect internal constraints * The internal constraint uses the OriginalCenter property and the CURRENT_CENTER Property @@ -41,7 +37,7 @@ namespace Internal * @param[in] actor The page turn actor to which internal constraints should be re-applied * @param[in] pageHeight The page height. */ -void PageTurnApplyInternalConstraint( Actor& actor, float pageHeight ); +void PageTurnApplyInternalConstraint(Actor& actor, float pageHeight); /** * @brief Create a new PageTurnEffect @@ -84,4 +80,4 @@ Property::Map CreatePageTurnEffect(); } // namespace Dali -#endif /* __DALI_TOOLKIT_SC_CURVE_EFFECT_H_ */ +#endif // DALI_PAGE_TURN_EFFECT_H