classicui_pub/uikon_core_controls/tsrc/inc/testsdkuikoncc.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
    94     
    94     
    95     /**
    95     /**
    96      * Method used to log version of test class
    96      * Method used to log version of test class
    97      */
    97      */
    98     void SendTestClassVersion();
    98     void SendTestClassVersion();
    99     
       
   100         /**
       
   101      * Turn off ScreenSaver
       
   102      * @since S60 5.0
       
   103      * @return Symbian OS error code.
       
   104      */
       
   105     void TurnOffScreenSaver();
       
   106 
       
   107     /**
       
   108      * Restore ScreenSaver
       
   109      * @since S60 5.0
       
   110      * @return Symbian OS error code.
       
   111      */
       
   112     void RestoreScreenSaver();
       
   113     
       
   114 
    99 
   115     //[TestMethods]
   100     //[TestMethods]
   116 
   101 
   117 private:    // EIKBTGRP.H
   102 private:    // EIKBTGRP.H
   118     /**
   103     /**