equal
deleted
inserted
replaced
224 void CXnExtRenderingPluginWrapper::HandleEventL( const TDesC& aEvent, const TDesC8& aDestination ) |
224 void CXnExtRenderingPluginWrapper::HandleEventL( const TDesC& aEvent, const TDesC8& aDestination ) |
225 { |
225 { |
226 |
226 |
227 CXnNode* node = iNode->Node().UiEngine()->FindNodeByIdL( aDestination ); |
227 CXnNode* node = iNode->Node().UiEngine()->FindNodeByIdL( aDestination ); |
228 CXnAppUiAdapter* appui = static_cast<CXnAppUiAdapter*>(iAvkonAppUi); |
228 CXnAppUiAdapter* appui = static_cast<CXnAppUiAdapter*>(iAvkonAppUi); |
|
229 if ( !appui || !node ) |
|
230 { |
|
231 User::Leave( KErrNotFound ); |
|
232 } |
229 appui->HandleEventL( aEvent, node->AppIfL() ); |
233 appui->HandleEventL( aEvent, node->AppIfL() ); |
230 } |
234 } |
231 |
235 |
232 // ---------------------------------------------------------------------------- |
236 // ---------------------------------------------------------------------------- |
233 // CXnExtRenderingPluginWrapper::SetDataL() |
237 // CXnExtRenderingPluginWrapper::SetDataL() |