--- 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 );
+ }
+ }