equal
deleted
inserted
replaced
85 |
85 |
86 /** |
86 /** |
87 * Method used to log version of test class |
87 * Method used to log version of test class |
88 */ |
88 */ |
89 void SendTestClassVersion(); |
89 void SendTestClassVersion(); |
|
90 |
|
91 /** |
|
92 * Turn off ScreenSaver |
|
93 * @since S60 5.0 |
|
94 * @return Symbian OS error code. |
|
95 */ |
|
96 void TurnOffScreenSaver(); |
|
97 |
|
98 /** |
|
99 * Restore ScreenSaver |
|
100 * @since S60 5.0 |
|
101 * @return Symbian OS error code. |
|
102 */ |
|
103 void RestoreScreenSaver(); |
90 |
104 |
91 private: // Test AknsBasicBackgroundControlContext.h |
105 private: // Test AknsBasicBackgroundControlContext.h |
92 /* class CAknsBasicBackgroundControlContext */ |
106 /* class CAknsBasicBackgroundControlContext */ |
93 /** |
107 /** |
94 * TestBBCCNewL test function for testing the |
108 * TestBBCCNewL test function for testing the |