Changed 'virtual' function override declarations to 'override'.
[platform/core/uifw/dali-adaptor.git] / dali / internal / haptics / common / feedback-player-impl.h
index 3b5f40a..856f6ef 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_FEEDBACK_PLAYER_H__
-#define __DALI_INTERNAL_FEEDBACK_PLAYER_H__
+#ifndef DALI_INTERNAL_FEEDBACK_PLAYER_H
+#define DALI_INTERNAL_FEEDBACK_PLAYER_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.
@@ -103,7 +103,7 @@ private:
   /**
    * Virtual Destructor
    */
-  virtual ~FeedbackPlayer();
+  ~FeedbackPlayer() override;
 
   // Undefined
   FeedbackPlayer(const FeedbackPlayer&);
@@ -142,4 +142,4 @@ inline const Internal::Adaptor::FeedbackPlayer& GetImplementation(const Dali::Fe
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_FEEDBACK_PLAYER_H__
+#endif // DALI_INTERNAL_FEEDBACK_PLAYER_H