equal
deleted
inserted
replaced
167 * Get maximum pages allowed |
167 * Get maximum pages allowed |
168 * |
168 * |
169 * @return number of pages allowed |
169 * @return number of pages allowed |
170 */ |
170 */ |
171 TInt32 MaxPages(); |
171 TInt32 MaxPages(); |
172 |
172 |
|
173 /** |
|
174 * Returns ETrue, if all views are loaded |
|
175 */ |
|
176 TBool AllViewsLoaded() const; |
|
177 |
|
178 /** |
|
179 * Returns ETrue, if all views are destoyed |
|
180 */ |
|
181 TBool AllViewsDestroyed() const; |
|
182 |
173 private: |
183 private: |
174 // New functions |
184 // New functions |
175 |
|
176 TBool AllViewsLoaded() const; |
|
177 TBool AllViewsDestroyed() const; |
|
178 |
|
179 static TInt RunLoadL( TAny* aAny ); |
185 static TInt RunLoadL( TAny* aAny ); |
180 static TInt RunDestroyL( TAny *aAny ); |
186 static TInt RunDestroyL( TAny *aAny ); |
181 |
187 |
182 private: |
188 private: |
183 // data |
189 // data |