idlehomescreen/xmluirendering/renderingplugins/extrenderingplugin/src/xnextrenderingpluginadapter.cpp
branchRCL_3
changeset 9 f966699dea19
parent 1 5315654608de
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
    17 
    17 
    18 // System include files
    18 // System include files
    19 #include <ecom/ecom.h>
    19 #include <ecom/ecom.h>
    20 #include <ecom/implementationinformation.h>
    20 #include <ecom/implementationinformation.h>
    21 #include <xnextrenderingpluginadapter.h>
    21 #include <xnextrenderingpluginadapter.h>
       
    22 #include <xnexteventhandler.h>
    22 
    23 
    23 // Local constants
    24 // Local constants
    24 
    25 
    25 // ======== MEMBER FUNCTIONS ========
    26 // ======== MEMBER FUNCTIONS ========
    26 
    27 
   100 //
   101 //
   101 EXPORT_C void CXnExtRenderingPluginAdapter::SizeChanged()
   102 EXPORT_C void CXnExtRenderingPluginAdapter::SizeChanged()
   102 	{
   103 	{
   103 	}
   104 	}
   104 
   105 
       
   106 // ----------------------------------------------------------------------------
       
   107 // CXnExtRenderingPluginAdapter::SetEventHandler()
       
   108 // ----------------------------------------------------------------------------
       
   109 //
       
   110 EXPORT_C void CXnExtRenderingPluginAdapter::SetEventHandler(
       
   111         MXnExtEventHandler* /*aEventHandler*/ )
       
   112     {
       
   113     
       
   114     }
       
   115 
       
   116 // ----------------------------------------------------------------------------
       
   117 // CXnExtRenderingPluginAdapter::SetDataL()
       
   118 // ----------------------------------------------------------------------------
       
   119 //
       
   120 EXPORT_C void CXnExtRenderingPluginAdapter::SetDataL( const TDesC8& /*aData*/,
       
   121     const TDesC& /*aType*/, TInt /*aIndex*/ )
       
   122     {
       
   123     
       
   124     }
   105 
   125 
   106 // End of file
   126 // End of file