classicui_pub/indicators_api/tsrc/inc/testsdkindicators.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
    81     
    81     
    82     /**
    82     /**
    83      * Method used to log version of test class
    83      * Method used to log version of test class
    84      */
    84      */
    85     void SendTestClassVersion();
    85     void SendTestClassVersion();
    86     
       
    87         /**
       
    88      * Turn off ScreenSaver
       
    89      * @since S60 5.0
       
    90      * @return Symbian OS error code.
       
    91      */
       
    92     void TurnOffScreenSaver();
       
    93 
       
    94     /**
       
    95      * Restore ScreenSaver
       
    96      * @since S60 5.0
       
    97      * @return Symbian OS error code.
       
    98      */
       
    99     void RestoreScreenSaver();
       
   100 
    86 
   101     	// [TestMethods]
    87     	// [TestMethods]
   102 private:// for testing the aknindicatorcontainer.h
    88 private:// for testing the aknindicatorcontainer.h
   103 	
    89 	
   104     /**
    90     /**