X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-feedback.h;h=93c63d24ed359ec831d9e8b76e8bf67a6141dcd9;hb=9b00c6f7a71351551191e242de00aa89b360ffa9;hp=a432c59c3a644d76c34809619b1d3da87259e948;hpb=c7b4356ddcc6ac93382a914262addff1846c6a9b;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/plugins/dali-feedback.h b/plugins/dali-feedback.h index a432c59..93c63d2 100644 --- a/plugins/dali-feedback.h +++ b/plugins/dali-feedback.h @@ -1,8 +1,8 @@ -#ifndef __FEEDBACK_PLUGIN_H__ -#define __FEEDBACK_PLUGIN_H__ +#ifndef FEEDBACK_PLUGIN_H +#define FEEDBACK_PLUGIN_H /* - * Copyright (c) 2014 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. @@ -19,7 +19,7 @@ */ // INTERNAL INCLUDES -#include +#include namespace Dali { @@ -76,11 +76,10 @@ public: // FeedbackPlugin overrides * @copydoc Dali::FeedbackPlugin::PlayFeedbackPattern() */ void PlayFeedbackPattern( int type, int pattern ); - }; } // namespace Plugin } // namespace Dali -#endif // __FEEDBACK_PLUGIN_H__ +#endif // FEEDBACK_PLUGIN_H