Minor coverity issue fixes
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / bloom-view / bloom-view.h
index 1ea7ee4..1356d28 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_BLOOM_VIEW_H
 
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 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.
@@ -98,13 +98,29 @@ public:
 
   /**
    * Copy constructor. Creates another handle that points to the same real object
+   * @param[in] handle The handle to copy from.
    */
   BloomView(const BloomView& handle);
 
   /**
    * Assignment operator. Changes this handle to point to another real object
+   * @param[in] handle The handle to copy from.
+   * @return reference to this
    */
-  BloomView& operator=(const BloomView& ZoomView);
+  BloomView& operator=(const BloomView& handle);
+
+  /**
+   * Move constructor. Creates another handle that points to the same real object
+   * @param[in] handle The handle to move from.
+   */
+  BloomView(BloomView&& handle);
+
+  /**
+   * Move assignment operator. Changes this handle to point to another real object
+   * @param[in] handle The handle to move from.
+   * @return reference to this
+   */
+  BloomView& operator=(BloomView&& handle);
 
   /**
    * @brief Destructor