classicui_plat/physics_api/tsrc/inc/testplatphysics.h
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
    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();
    96 
   110 
    97 private: // [TestMethods]
   111 private: // [TestMethods]
    98     /**
   112     /**
    99      * TestCAknPhysicsNewL test NewL of CAknPhysics
   113      * TestCAknPhysicsNewL test NewL of CAknPhysics
   100      * @since S60 5.0
   114      * @since S60 5.0