classicui_plat/physics_api/tsrc/inc/testplatphysics.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
child 56 d48ab3b357f1
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 
    96 
   111 private: // [TestMethods]
    97 private: // [TestMethods]
   112     /**
    98     /**
   113      * TestCAknPhysicsNewL test NewL of CAknPhysics
    99      * TestCAknPhysicsNewL test NewL of CAknPhysics
   114      * @since S60 5.0
   100      * @since S60 5.0