classicui_plat/avkon_testability_api/tsrc/inc/testplattestability.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
child 56 d48ab3b357f1
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
    87     
    87     
    88     /**
    88     /**
    89      * Method used to log version of test class
    89      * Method used to log version of test class
    90      */
    90      */
    91     void SendTestClassVersion();
    91     void SendTestClassVersion();
    92     
       
    93         /**
       
    94      * Turn off ScreenSaver
       
    95      * @since S60 5.0
       
    96      * @return Symbian OS error code.
       
    97      */
       
    98     void TurnOffScreenSaver();
       
    99 
       
   100     /**
       
   101      * Restore ScreenSaver
       
   102      * @since S60 5.0
       
   103      * @return Symbian OS error code.
       
   104      */
       
   105     void RestoreScreenSaver();
       
   106 
    92 
   107 private: // [TestMethods]
    93 private: // [TestMethods]
   108     /**
    94     /**
   109      * TestCAknTasHookAddL test AddL of CAknTasHook
    95      * TestCAknTasHookAddL test AddL of CAknTasHook
   110      * @since S60 5.0
    96      * @since S60 5.0