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