equal
deleted
inserted
replaced
88 |
88 |
89 /** |
89 /** |
90 * Observe the connection stat and set the right Soft Keys. |
90 * Observe the connection stat and set the right Soft Keys. |
91 */ |
91 */ |
92 void ConnectionKeyObserver() const; |
92 void ConnectionKeyObserver() const; |
93 |
93 |
|
94 /** |
|
95 * Workaround for Avkon event sequence problem, occuring when |
|
96 * connection list has been added elements. |
|
97 */ |
|
98 void HandleItemAdditionL(); |
|
99 |
94 protected: |
100 protected: |
95 /** |
101 /** |
96 * from MEikListBoxObserver |
102 * from MEikListBoxObserver |
97 */ |
103 */ |
98 void HandleListBoxEventL( CEikListBox* aListBox, |
104 void HandleListBoxEventL( CEikListBox* aListBox, |