Moved actor recursion methods to actor-parent-impl
[platform/core/uifw/dali-core.git] / dali / public-api / object / property-input.h
index 2d85d2d..507bb9c 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_PROPERTY_INPUT_H__
-#define __DALI_PROPERTY_INPUT_H__
+#ifndef DALI_PROPERTY_INPUT_H
+#define DALI_PROPERTY_INPUT_H
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 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.
@@ -39,10 +39,9 @@ class Quaternion;
  * @brief An abstract interface for receiving property values.
  * @SINCE_1_0.0
  */
-class DALI_IMPORT_API PropertyInput
+class DALI_CORE_API PropertyInput
 {
 public:
-
   class Extension; ///< Forward declare future extension interface
 
   /**
@@ -148,7 +147,7 @@ public:
    */
   virtual Extension* GetExtension()
   {
-    return NULL;
+    return nullptr;
   }
 };
 
@@ -157,4 +156,4 @@ public:
  */
 } // namespace Dali
 
-#endif // __DALI_PROPERTY_INPUT_H__
+#endif // DALI_PROPERTY_INPUT_H