(VectorAnimationRendererPluginProxy) Fix SVACE error 19/193719/2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 23 Nov 2018 12:12:59 +0000 (12:12 +0000)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 3 Dec 2018 04:41:00 +0000 (04:41 +0000)
Change-Id: I802df422144300a1df6199dcdcb64f7df30ad13a

dali/internal/vector-animation/common/vector-animation-renderer-plugin-proxy.h

index 55409ea..e3b6be3 100644 (file)
@@ -72,6 +72,12 @@ public:
    */
   uint32_t GetTotalFrameNumber();
 
+  // 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:
 
   /**