[AT-SPI] Fix role setting
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / navigation-view / navigation-view-impl.h
index c6d9160..820499a 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_INTERNAL_NAVIGATION_CONTROL_H__
-#define __DALI_TOOLKIT_INTERNAL_NAVIGATION_CONTROL_H__
+#ifndef DALI_TOOLKIT_INTERNAL_NAVIGATION_CONTROL_H
+#define DALI_TOOLKIT_INTERNAL_NAVIGATION_CONTROL_H
 
 /*
- * Copyright (c) 2016 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.
@@ -78,9 +78,14 @@ public:
 private: // override functions from Control
 
   /**
-   * @copydoc Control::OnStageConnection( int depth  )
+   * @copydoc Constrol::OnInitialize
    */
-  virtual void OnStageConnection( int depth );
+  virtual void OnInitialize() override;
+
+  /**
+   * @copydoc Control::OnSceneConnection( int depth  )
+   */
+  void OnSceneConnection( int depth ) override;
 
   /**
    * @copydoc Control::OnRelayout()
@@ -139,4 +144,4 @@ inline const Toolkit::Internal::NavigationView& GetImpl( const Toolkit::Navigati
 
 } // namespace Dali
 
-#endif /* __DALI_TOOLKIT_INTERNAL_NAVIGATION_CONTROL_H__ */
+#endif // DALI_TOOLKIT_INTERNAL_NAVIGATION_CONTROL_H