Merge branch 'devel/master' into sandbox/dkdk/tizen
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / orientation.h
old mode 100755 (executable)
new mode 100644 (file)
index 3c6edb0..9f3cf90
@@ -1,8 +1,8 @@
-#ifndef __DALI_ORIENTATION_H__
-#define __DALI_ORIENTATION_H__
+#ifndef DALI_ORIENTATION_H
+#define DALI_ORIENTATION_H
 
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 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.
  */
 
 // EXTERNAL INCLUDES
-#include <dali/public-api/signals/dali-signal.h>
 #include <dali/public-api/object/base-handle.h>
+#include <dali/public-api/signals/dali-signal.h>
 
 // INTERNAL INCLUDES
 #include <dali/public-api/dali-adaptor-common.h>
 
 namespace Dali
 {
-
 namespace Internal DALI_INTERNAL
 {
 namespace Adaptor
 {
 class Orientation;
 }
-}
+} // namespace DALI_INTERNAL
 
 /**
  * @brief Orientation allows the user to determine the orientation of the device.
@@ -46,8 +45,7 @@ class Orientation;
 class DALI_ADAPTOR_API Orientation : public BaseHandle
 {
 public:
-
-  typedef Signal< void (Orientation) > OrientationSignalType; ///< Orientation changed signal type
+  typedef Signal<void(Orientation)> OrientationSignalType; ///< Orientation changed signal type
 
   /**
    * @brief Create an unintialized handle.
@@ -114,9 +112,9 @@ public: // Not intended for application developers
    *
    * @param[in] orientation A pointer to the orientation object
    */
-  explicit DALI_INTERNAL Orientation( Internal::Adaptor::Orientation* orientation );
+  explicit DALI_INTERNAL Orientation(Internal::Adaptor::Orientation* orientation);
 };
 
 } // namespace Dali
 
-#endif // __DALI_ORIENTATION_H__
+#endif // DALI_ORIENTATION_H