idlehomescreen/xmluirendering/uiengine/src/xncomponent.cpp
branchRCL_3
changeset 9 f966699dea19
parent 0 f72a12da539e
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
   148 EXPORT_C XnComponentInterface::MXnComponentInterface* CXnComponent::MakeInterfaceL(
   148 EXPORT_C XnComponentInterface::MXnComponentInterface* CXnComponent::MakeInterfaceL(
   149     const TDesC8& /*aType*/ )
   149     const TDesC8& /*aType*/ )
   150     {
   150     {
   151     return NULL;
   151     return NULL;
   152     }
   152     }
       
   153 
       
   154 // -----------------------------------------------------------------------------
       
   155 // CXnComponent::SetDataL
       
   156 // Set data stream
       
   157 // -----------------------------------------------------------------------------
       
   158 //
       
   159 EXPORT_C void CXnComponent::SetDataL( const TDesC8& aData, const TDesC& aType, TInt aIndex )
       
   160     {
       
   161     if ( iAdapter )
       
   162         {
       
   163         iAdapter->SetDataL( aData, aType, aIndex );
       
   164         }
       
   165     }