X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Ftimer-impl.h;h=b5b105bf215f8358f462112d79191e5373514cb7;hb=d9134c53d393797adbbe79984d7a4b3327b07538;hp=98f6f913cc689ed3c88336623e0f6de7e37e44f5;hpb=220687d7338619331c45e672d1f22111f38aa65d;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/common/timer-impl.h b/adaptors/common/timer-impl.h index 98f6f91..b5b105b 100644 --- a/adaptors/common/timer-impl.h +++ b/adaptors/common/timer-impl.h @@ -2,7 +2,7 @@ #define __DALI_INTERNAL_TIMER_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 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. @@ -21,10 +21,10 @@ // EXTERNAL INCLUDES #include #include -#include // INTERNAL INCLUDES #include +#include namespace Dali { @@ -99,6 +99,11 @@ private: // Implementation Timer( const Timer& ); Timer& operator=( const Timer& ); + /** + * Resets any stored timer data. + */ + void ResetTimerData(); + private: // Data Dali::Timer::TimerSignalType mTickSignal;