classicui_plat/extended_utilities_api/tsrc/inc/testdomextendedutlts.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
child 56 d48ab3b357f1
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
    89     
    89     
    90     /**
    90     /**
    91      * Method used to log version of test class
    91      * Method used to log version of test class
    92      */
    92      */
    93     void SendTestClassVersion();
    93     void SendTestClassVersion();
    94     
       
    95         /**
       
    96      * Turn off ScreenSaver
       
    97      * @since S60 5.0
       
    98      * @return Symbian OS error code.
       
    99      */
       
   100     void TurnOffScreenSaver();
       
   101 
       
   102     /**
       
   103      * Restore ScreenSaver
       
   104      * @since S60 5.0
       
   105      * @return Symbian OS error code.
       
   106      */
       
   107     void RestoreScreenSaver();
       
   108 
    94 
   109 	// [TestMethods]
    95 	// [TestMethods]
   110 private:// for testing the akndateformatutils.h
    96 private:// for testing the akndateformatutils.h
   111 	
    97 	
   112     /**
    98     /**