X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fcommon%2Fnotification-manager.h;h=00b310ffa5ba50ed9057ca8654ecff18fef38691;hb=db9cfcd683be8e4b3a1f83f6378e493770eb9533;hp=52775e23995526e2e2bb0dc528afce61b97d5eef;hpb=8ea44603e057c6ae3b62495117ad6a530285da53;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/common/notification-manager.h b/dali/internal/event/common/notification-manager.h index 52775e2..00b310f 100644 --- a/dali/internal/event/common/notification-manager.h +++ b/dali/internal/event/common/notification-manager.h @@ -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