diff -r c743ef5928ba -r f966699dea19 idlehomescreen/xmluirendering/renderingplugins/extrenderingplugin/src/xnextrenderingpluginadapter.cpp --- a/idlehomescreen/xmluirendering/renderingplugins/extrenderingplugin/src/xnextrenderingpluginadapter.cpp Tue Feb 02 00:04:13 2010 +0200 +++ b/idlehomescreen/xmluirendering/renderingplugins/extrenderingplugin/src/xnextrenderingpluginadapter.cpp Fri Feb 19 22:42:37 2010 +0200 @@ -19,6 +19,7 @@ #include #include #include +#include // Local constants @@ -102,5 +103,24 @@ { } +// ---------------------------------------------------------------------------- +// CXnExtRenderingPluginAdapter::SetEventHandler() +// ---------------------------------------------------------------------------- +// +EXPORT_C void CXnExtRenderingPluginAdapter::SetEventHandler( + MXnExtEventHandler* /*aEventHandler*/ ) + { + + } + +// ---------------------------------------------------------------------------- +// CXnExtRenderingPluginAdapter::SetDataL() +// ---------------------------------------------------------------------------- +// +EXPORT_C void CXnExtRenderingPluginAdapter::SetDataL( const TDesC8& /*aData*/, + const TDesC& /*aType*/, TInt /*aIndex*/ ) + { + + } // End of file