classicui_pub/status_pane_api/tsrc/inc/testsdkstatuspane.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
    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();
       
    99 
    85 
   100 private: // Test eikspane.h
    86 private: // Test eikspane.h
   101 /*                            class CEikStatusPaneBase                         */
    87 /*                            class CEikStatusPaneBase                         */
   102     /**
    88     /**
   103     * TestPaneBaseDeconstructorL test method for testing the destructor method
    89     * TestPaneBaseDeconstructorL test method for testing the destructor method