idlehomescreen/xmluirendering/uiengine/src/xncomponent.cpp
branchRCL_3
changeset 9 f966699dea19
parent 0 f72a12da539e
--- 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 );
+        }
+    }