Merge branch 'devel/master' into tizen
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / common / window-visibility-observer.h
index 179c0de..2ac06d3 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_WINDOW_VISIBILITY_OBSERVER_H
 
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 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.
 
 namespace Dali
 {
-
 namespace Internal
 {
-
 namespace Adaptor
 {
-
 /**
  * An interface used to observe when the application's window is shown/hidden.
  */
 class WindowVisibilityObserver
 {
 public:
-
   /**
    * Called when the window becomes fully or partially visible.
    */
@@ -45,7 +41,6 @@ public:
   virtual void OnWindowHidden() = 0;
 
 protected:
-
   /**
    * Protected Constructor.
    */