classicui_plat/task_list_api/tsrc/inc/testdomtasklist.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
child 56 d48ab3b357f1
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
    81     
    81     
    82     /**
    82     /**
    83      * Method used to log version of test class
    83      * Method used to log version of test class
    84      */
    84      */
    85     void SendTestClassVersion();
    85     void SendTestClassVersion();
    86     
       
    87         /**
       
    88      * Turn off ScreenSaver
       
    89      * @since S60 5.0
       
    90      * @return Symbian OS error code.
       
    91      */
       
    92     void TurnOffScreenSaver();
       
    93 
       
    94     /**
       
    95      * Restore ScreenSaver
       
    96      * @since S60 5.0
       
    97      * @return Symbian OS error code.
       
    98      */
       
    99     void RestoreScreenSaver();
       
   100 
    86 
   101 private: // [TestMethods]
    87 private: // [TestMethods]
   102 
    88 
   103     /**
    89     /**
   104     * TestTLNewL test method.
    90     * TestTLNewL test method.