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