equal
deleted
inserted
replaced
99 * @since S60 vTB9.1 |
99 * @since S60 vTB9.1 |
100 * @param none |
100 * @param none |
101 * @return none |
101 * @return none |
102 */ |
102 */ |
103 void SizeChanged(); |
103 void SizeChanged(); |
|
104 /** |
|
105 * Refresh user db view when the screen size was changed, will |
|
106 * be called by SizeChanged. |
|
107 * |
|
108 * @since S60 vTB9.1 |
|
109 * @param none |
|
110 * @return none |
|
111 */ |
|
112 void SizeChangedL(); |
104 |
113 |
105 /** |
114 /** |
106 * Return control to application framework. |
115 * Return control to application framework. |
107 * |
116 * |
108 * @since S60 vTB9.2 |
117 * @since S60 vTB9.2 |