Revert "[Tizen] Not execute the remove callback"
[platform/core/uifw/dali-core.git] / dali / internal / event / events / key-event-processor.h
index c6b732b..1b2753d 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_KEY_EVENT_PROCESSOR_H__
-#define __DALI_INTERNAL_KEY_EVENT_PROCESSOR_H__
+#ifndef DALI_INTERNAL_KEY_EVENT_PROCESSOR_H
+#define DALI_INTERNAL_KEY_EVENT_PROCESSOR_H
 
 /*
- * Copyright (c) 2014 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.
@@ -22,7 +22,6 @@
 
 namespace Dali
 {
-
 namespace Integration
 {
 struct KeyEvent;
@@ -30,7 +29,6 @@ struct KeyEvent;
 
 namespace Internal
 {
-
 class Scene;
 class Stage;
 
@@ -44,12 +42,11 @@ class Stage;
 class KeyEventProcessor
 {
 public:
-
   /**
    * Create a Key event processor.
    * @param[in] scene The scene the event processor belongs to.
    */
-  KeyEventProcessor( Scene& scene );
+  KeyEventProcessor(Scene& scene);
 
   /**
    * Non-virtual destructor; KeyEventProcessor is not a base class
@@ -63,7 +60,6 @@ public:
   void ProcessKeyEvent(const Integration::KeyEvent& event);
 
 private:
-
   // Undefined
   KeyEventProcessor(const KeyEventProcessor&);
 
@@ -71,7 +67,6 @@ private:
   KeyEventProcessor& operator=(const KeyEventProcessor& rhs);
 
 private:
-
   Scene& mScene; ///< Used to deliver key events
 };
 
@@ -79,4 +74,4 @@ private:
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_KEY_EVENT_PROCESSOR_H__
+#endif // DALI_INTERNAL_KEY_EVENT_PROCESSOR_H