diff -r c743ef5928ba -r f966699dea19 idlehomescreen/xmluirendering/uiengine/src/xncomponent.cpp --- a/idlehomescreen/xmluirendering/uiengine/src/xncomponent.cpp Tue Feb 02 00:04:13 2010 +0200 +++ b/idlehomescreen/xmluirendering/uiengine/src/xncomponent.cpp Fri Feb 19 22:42:37 2010 +0200 @@ -150,3 +150,16 @@ { return NULL; } + +// ----------------------------------------------------------------------------- +// CXnComponent::SetDataL +// Set data stream +// ----------------------------------------------------------------------------- +// +EXPORT_C void CXnComponent::SetDataL( const TDesC8& aData, const TDesC& aType, TInt aIndex ) + { + if ( iAdapter ) + { + iAdapter->SetDataL( aData, aType, aIndex ); + } + }