X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftoolkit-timer.h;h=fdd44b4c877e37003ed4278399f1a04574bc3e41;hp=544146af0525f6825bae92a3b0910af72d698876;hb=2951af4fa549b8383cebb3464fd14eb86a993e25;hpb=3f766945373f2a1b6eed3e9a00766547a94ec42c diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-timer.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-timer.h index 544146a..fdd44b4 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-timer.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-timer.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TOOLKIT_TIMER_H__ -#define __DALI_TOOLKIT_TOOLKIT_TIMER_H__ +#ifndef DALI_TOOLKIT_TOOLKIT_TIMER_H +#define DALI_TOOLKIT_TOOLKIT_TIMER_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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,7 +22,7 @@ #include // PUBLIC INCLUDES -#define __DALI_TIMER_H__ +#define DALI_TIMER_H #include #include @@ -69,4 +69,4 @@ void EmitGlobalTimerSignal(); bool AreTimersRunning(); } -#endif // __DALI_TOOLKIT_TOOLKIT_TIMER_H__ +#endif // DALI_TOOLKIT_TOOLKIT_TIMER_H