classicui_pub/application_framework_api/tsrc/inc/testsdkappfw.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
    91 
    91 
    92     /**
    92     /**
    93      * Method used to log version of test class
    93      * Method used to log version of test class
    94      */
    94      */
    95     void SendTestClassVersion();
    95     void SendTestClassVersion();
    96     
       
    97         /**
       
    98      * Turn off ScreenSaver
       
    99      * @since S60 5.0
       
   100      * @return Symbian OS error code.
       
   101      */
       
   102     void TurnOffScreenSaver();
       
   103 
       
   104     /**
       
   105      * Restore ScreenSaver
       
   106      * @since S60 5.0
       
   107      * @return Symbian OS error code.
       
   108      */
       
   109     void RestoreScreenSaver();
       
   110 
       
   111     //[TestMethods]
       
   112 
    96 
   113 private:    // For aknApp.h
    97 private:    // For aknApp.h
   114 
    98 
   115     /**
    99     /**
   116      * TestAppPreDocConstructL test function for testing the PreDocConstructL function
   100      * TestAppPreDocConstructL test function for testing the PreDocConstructL function