(AutomatedTests) Fix build break
[platform/core/uifw/dali-core.git] / dali / public-api / common / light.h
index 5e2821d..b69c493 100644 (file)
@@ -28,7 +28,7 @@
 /**
  * The top level DALi namespace
  */
-namespace Dali DALI_IMPORT_API
+namespace Dali
 {
 
 namespace Internal DALI_INTERNAL
@@ -52,7 +52,7 @@ enum LightType
 /**
  * @brief Encapsulates the data describing a light source.
  */
-class Light : public BaseHandle
+class DALI_IMPORT_API Light : public BaseHandle
 {
 public:
   /**
@@ -105,16 +105,6 @@ public:
   Light& operator=(const Light& rhs);
 
   /**
-   * @brief This method is defined to allow assignment of the NULL value,
-   * and will throw an exception if passed any other value.
-   *
-   * Assigning to NULL is an alias for Reset().
-   * @param [in] rhs  A NULL pointer
-   * @return A reference to this handle
-   */
-  Light& operator=(BaseHandle::NullType* rhs);
-
-  /**
    * @brief Set the light's name.
    *
    * @param[in] name The light's name