Merge "Changed 'virtual' function override declarations to 'override' in automated...
[platform/core/uifw/dali-adaptor.git] / dali / internal / clipboard / common / clipboard-event-notifier-impl.h
index a3eb57d..2ec3e56 100755 (executable)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H__
-#define __DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H__
+#ifndef DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H
+#define DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_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.
@@ -103,7 +103,7 @@ private:
   /**
    * Destructor.
    */
-  virtual ~ClipboardEventNotifier();
+  ~ClipboardEventNotifier() override;
 
   // Undefined
   ClipboardEventNotifier( const ClipboardEventNotifier& );
@@ -145,4 +145,4 @@ public:
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H__
+#endif // DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H