classicui_pub/navigation_pane_api/tsrc/inc/testsdknavipane.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
    92     
    92     
    93     /**
    93     /**
    94      * Method used to log version of test class
    94      * Method used to log version of test class
    95      */
    95      */
    96     void SendTestClassVersion();
    96     void SendTestClassVersion();
    97     
       
    98         /**
       
    99      * Turn off ScreenSaver
       
   100      * @since S60 5.0
       
   101      * @return Symbian OS error code.
       
   102      */
       
   103     void TurnOffScreenSaver();
       
   104 
       
   105     /**
       
   106      * Restore ScreenSaver
       
   107      * @since S60 5.0
       
   108      * @return Symbian OS error code.
       
   109      */
       
   110     void RestoreScreenSaver();
       
   111 
    97 
   112     //[TestMethods]
    98     //[TestMethods]
   113     
    99     
   114 private:
   100 private:
   115     
   101