[4.0] add getter/setter for ignoreGlobalFontSizeChanged
[platform/core/uifw/dali-adaptor.git] / adaptors / common / orientation-impl.h
index d00da39..e49f133 100644 (file)
@@ -22,9 +22,9 @@
 #include <cmath>
 #include <dali/public-api/common/constants.h>
 #include <dali/public-api/object/base-object.h>
-#include <orientation.h>
 
 // INTERNAL INCLUDES
+#include <orientation.h>
 #include <rotation-observer.h>
 
 namespace Dali
@@ -45,7 +45,7 @@ class Orientation : public BaseObject, public RotationObserver
 {
 public:
 
-  typedef Dali::Orientation::OrientationSignalV2 OrientationSignalV2;
+  typedef Dali::Orientation::OrientationSignalType OrientationSignalType;
 
   static Orientation* New(Window* window);
 
@@ -84,7 +84,7 @@ public: // Signals
   /**
    * @copydoc Dali::Orientation::ChangedSignal()
    */
-  OrientationSignalV2& ChangedSignal();
+  OrientationSignalType& ChangedSignal();
 
 private:
   /**
@@ -111,7 +111,7 @@ private:
 
   Window*                                  mWindow;
 
-  OrientationSignalV2 mChangedSignal;
+  OrientationSignalType mChangedSignal;
 
   int                                      mOrientation;
   int                                      mWindowWidth;