javauis/mmapi_akn/baseline/inc/mmmacontainer.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
--- a/javauis/mmapi_akn/baseline/inc/mmmacontainer.h	Thu Jul 15 18:31:06 2010 +0300
+++ b/javauis/mmapi_akn/baseline/inc/mmmacontainer.h	Thu Aug 19 09:48:13 2010 +0300
@@ -102,6 +102,14 @@
     * @returns The rect of the content window in screen co-ordinates.
     */
     virtual TRect MdcContainerWindowRect() const = 0;
+    
+    /**
+     * Fixes screen UI orientation.
+     *
+     * @param aEnableFix If ETrue, the UI orientation will be fixed.
+     *                   If EFalse, the standard UI orientation is restored.        
+     */
+    virtual void MdcFixUIOrientation(TBool aEnableFix) = 0;
 };