equal
deleted
inserted
replaced
79 |
79 |
80 /** |
80 /** |
81 * Method used to log version of test class |
81 * Method used to log version of test class |
82 */ |
82 */ |
83 void SendTestClassVersion(); |
83 void SendTestClassVersion(); |
84 |
|
85 /** |
|
86 * Turn off ScreenSaver |
|
87 * @since S60 5.0 |
|
88 * @return Symbian OS error code. |
|
89 */ |
|
90 void TurnOffScreenSaver(); |
|
91 |
|
92 /** |
|
93 * Restore ScreenSaver |
|
94 * @since S60 5.0 |
|
95 * @return Symbian OS error code. |
|
96 */ |
|
97 void RestoreScreenSaver(); |
|
98 |
84 |
99 private: // [TestMethods] |
85 private: // [TestMethods] |
100 /** |
86 /** |
101 * TestDPDefaultColor256Util tests DefaultColor256Util |
87 * TestDPDefaultColor256Util tests DefaultColor256Util |
102 * of DynamicPalette in palette.h. |
88 * of DynamicPalette in palette.h. |