Revert "[Tizen] Add screen and client rotation itself function"
[platform/core/uifw/dali-core.git] / dali / internal / event / common / notification-manager.h
index 52775e2..00b310f 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_NOTIFICATION_MANAGER_H__
-#define __DALI_INTERNAL_NOTIFICATION_MANAGER_H__
+#ifndef DALI_INTERNAL_NOTIFICATION_MANAGER_H
+#define DALI_INTERNAL_NOTIFICATION_MANAGER_H
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 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.
@@ -81,6 +81,14 @@ public:
 
 private:
 
+  // Undefined
+  NotificationManager( const NotificationManager& notificationManager );
+
+  // Undefined
+  NotificationManager& operator=( const NotificationManager& notificationManager );
+
+private:
+
   struct Impl;
   Impl* mImpl;
 
@@ -90,5 +98,5 @@ private:
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_NOTIFICATION_MANAGER_H__
+#endif // DALI_INTERNAL_NOTIFICATION_MANAGER_H