use modern construct '= default' for special functions.
[platform/core/uifw/dali-core.git] / dali / internal / event / common / property-notifier.h
index 76859d9..3899719 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_PROPERTY_NOTIFIER_H__
-#define __DALI_INTERNAL_PROPERTY_NOTIFIER_H__
+#ifndef DALI_INTERNAL_PROPERTY_NOTIFIER_H
+#define DALI_INTERNAL_PROPERTY_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.
@@ -44,9 +44,7 @@ public:
   /**
    * Virtual destructor.
    */
-  virtual ~PropertyNotifier()
-  {
-  }
+  virtual ~PropertyNotifier() = default;
 
   /**
    * Provide notification signals for a changed property.
@@ -72,4 +70,4 @@ inline MessageBase* PropertyChangedMessage( PropertyNotifier& notifier, SceneGra
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_PROPERTY_NOTIFIER_H__
+#endif // DALI_INTERNAL_PROPERTY_NOTIFIER_H