equal
deleted
inserted
replaced
81 /* |
81 /* |
82 * Handle error code |
82 * Handle error code |
83 * @aError System wide error code |
83 * @aError System wide error code |
84 */ |
84 */ |
85 void HandleError( TInt aError ); |
85 void HandleError( TInt aError ); |
86 |
86 |
|
87 /** |
|
88 * Enables or disables Left Soft Key |
|
89 * |
|
90 * @param aEnable enable/disable LSK |
|
91 */ |
|
92 void EnableOptionsMenu( TBool aEnable ); |
87 |
93 |
88 public: |
94 public: |
89 |
95 |
90 // from base class CCCAppViewPluginBase |
96 // from base class CCCAppViewPluginBase |
91 |
97 |