Apply new indicator UI.
[platform/framework/native/uifw.git] / src / ui / FUi_ControlManager.cpp
index bf8e9b1..7dc3bc5 100644 (file)
@@ -923,6 +923,12 @@ _ControlManager::SetOrientationStatus(_ControlRotation orientationStatus)
        __orientationStatus = orientationStatus;
 }
 
+_ControlRotation
+_ControlManager::GetOrientationStatus(void) const
+{
+       return __orientationStatus;
+}
+
 void
 _ControlManager::RotateScreen(const _Control& control, _ControlRotation screenRotation)
 {