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
old mode 100644 (file)
new mode 100755 (executable)
index c564117..2ec3e56
@@ -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) 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.
@@ -25,6 +25,7 @@
 
 // INTERNAL INCLUDES
 #include <dali/devel-api/adaptor-framework/clipboard-event-notifier.h>
+#include <dali/public-api/dali-adaptor-common.h>
 
 namespace Dali
 {
@@ -102,7 +103,7 @@ private:
   /**
    * Destructor.
    */
-  virtual ~ClipboardEventNotifier();
+  ~ClipboardEventNotifier() override;
 
   // Undefined
   ClipboardEventNotifier( const ClipboardEventNotifier& );
@@ -144,4 +145,4 @@ public:
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H__
+#endif // DALI_INTERNAL_CLIPBOARD_EVENT_NOTIFIER_H