[4.0] (VectorAnimationRendererPluginProxy) Fix SVACE error 60/205760/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 23 Nov 2018 12:12:59 +0000 (12:12 +0000)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 7 May 2019 06:19:36 +0000 (15:19 +0900)
Change-Id: I802df422144300a1df6199dcdcb64f7df30ad13a

adaptors/common/vector-animation-renderer-plugin-proxy.h

index cf8acf6..f941980 100644 (file)
@@ -87,6 +87,12 @@ public:
    */
   float GetFrameRate() const;
 
+  // Not copyable or movable
+  VectorAnimationRendererPluginProxy( const VectorAnimationRendererPluginProxy& ) = delete; ///< Deleted copy constructor
+  VectorAnimationRendererPluginProxy( VectorAnimationRendererPluginProxy&& ) = delete; ///< Deleted move constructor
+  VectorAnimationRendererPluginProxy& operator=( const VectorAnimationRendererPluginProxy& ) = delete; ///< Deleted copy assignment operator
+  VectorAnimationRendererPluginProxy& operator=( VectorAnimationRendererPluginProxy&& ) = delete; ///< Deleted move assignment operator
+
 private:
 
   /**