[dali_1.3.20] Merge branch 'devel/master'
[platform/core/uifw/dali-core.git] / dali / internal / event / common / notification-manager.h
index 52775e2..a83efb5 100644 (file)
@@ -81,6 +81,14 @@ public:
 
 private:
 
+  // Undefined
+  NotificationManager( const NotificationManager& notificationManager );
+
+  // Undefined
+  NotificationManager& operator=( const NotificationManager& notificationManager );
+
+private:
+
   struct Impl;
   Impl* mImpl;