Merge "use modern construct '= default' for special functions." into devel/master
[platform/core/uifw/dali-core.git] / dali / internal / event / common / complete-notification-interface.h
index ab33a5a..d802d4f 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_COMPLETE_NOTIFICATION_INTERFACE_H__
-#define __DALI_INTERNAL_COMPLETE_NOTIFICATION_INTERFACE_H__
+#ifndef DALI_INTERNAL_COMPLETE_NOTIFICATION_INTERFACE_H
+#define DALI_INTERNAL_COMPLETE_NOTIFICATION_INTERFACE_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.
@@ -37,14 +37,12 @@ protected:
   /**
    * Constructor, not to be directly instantiated.
    */
-  CompleteNotificationInterface()
-  {}
+  CompleteNotificationInterface() = default;
 
   /**
    * Virtual destructor as this is an interface, no deletion through this interface though.
    */
-  virtual ~CompleteNotificationInterface()
-  {}
+  virtual ~CompleteNotificationInterface() = default;
 
 public:
 
@@ -59,5 +57,5 @@ public:
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_COMPLETE_NOTIFICATION_INTERFACE_H__
+#endif // DALI_INTERNAL_COMPLETE_NOTIFICATION_INTERFACE_H