equal
deleted
inserted
replaced
81 { |
81 { |
82 TRAP_IGNORE( |
82 TRAP_IGNORE( |
83 iComponentId = iSoftwareRegistry.GetComponentIdL( |
83 iComponentId = iSoftwareRegistry.GetComponentIdL( |
84 aStartData.GlobalComponentId(), |
84 aStartData.GlobalComponentId(), |
85 aStartData.SoftwareType() ); |
85 aStartData.SoftwareType() ); |
86 SubscribeL( aKey ) ); |
86 SubscribeL( aKey ); |
|
87 ); |
87 } |
88 } |
88 } |
89 } |
89 |
90 |
90 // --------------------------------------------------------------------------- |
91 // --------------------------------------------------------------------------- |
91 // |
92 // |
139 iObserver->progressChange( iComponentId, 101 ); |
140 iObserver->progressChange( iComponentId, 101 ); |
140 } |
141 } |
141 else |
142 else |
142 { |
143 { |
143 //information for observer that uninstallation was failed |
144 //information for observer that uninstallation was failed |
144 iObserver->progressChange( iComponentId, aError ); |
145 iObserver->progressChange( iComponentId, KErrGeneral ); |
145 } |
146 } |
146 CancelSubscribeL(); |
147 CancelSubscribeL(); |
147 } |
148 } |
148 |
149 |
149 // --------------------------------------------------------------------------- |
150 // --------------------------------------------------------------------------- |