javauis/mmapi_akn/baseline/inc/mmmadisplay.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
   180      * @param "aCallbackId" A number identifying the callback
   180      * @param "aCallbackId" A number identifying the callback
   181      */
   181      */
   182     virtual void UIGetCallback(
   182     virtual void UIGetCallback(
   183         MUiEventConsumer& aConsumer,
   183         MUiEventConsumer& aConsumer,
   184         TInt aCallbackId) = 0;
   184         TInt aCallbackId) = 0;
       
   185 
       
   186     /**
       
   187      * Fixes screen UI orientation.
       
   188      *
       
   189      * @param aFix If ETrue, the UI orientation will be fixed.
       
   190      *                If EFalse, the standard UI orientation is restored.        
       
   191      */
       
   192     virtual void FixUIOrientation(TBool aFix) = 0;
   185 };
   193 };
   186 
   194 
   187 #endif // MMMADISPLAY_H
   195 #endif // MMMADISPLAY_H