diff -r 5d03bc08d59c -r 01a6848ebfd7 windowing/windowserver/nonnga/CLIENT/RWINDOW.CPP --- a/windowing/windowserver/nonnga/CLIENT/RWINDOW.CPP Tue Feb 02 01:47:50 2010 +0200 +++ b/windowing/windowserver/nonnga/CLIENT/RWINDOW.CPP Fri Apr 16 16:21:04 2010 +0300 @@ -1682,8 +1682,28 @@ return KRgbBlack; } - -// RDrawableWindow // +/** Dummy implementation in order to preserve compatibility with WSERV NGA. + @internalComponent*/ +EXPORT_C void RWindowBase::SetPurpose(TInt /*aPurpose*/) + { + ASSERT(0); + } + +/** Dummy implementation in order to preserve compatibility with WSERV NGA. + @internalComponent */ +EXPORT_C void RWindowBase::SendEffectCommand(TInt /*aTfxCmd*/,const TDesC8& /*aTfxCmdData*/) + { + ASSERT(0); + } + +/** Dummy implementation in order to preserve compatibility with WSERV NGA. + @internalComponent */ +EXPORT_C void RWindowBase::OverrideEffects(TBool /*aOneShot*/, TInt /*aAction*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenamePhase1*/, const TFileName& /*aFilenamePhase2*/) + { + ASSERT(0); + } + +//////////////////////////// RDrawableWindow //////////////////////////////// void RDrawableWindow::doScroll(const TRect &aClipRect, const TPoint &aOffset, const TRect &aRect, TInt aOpcode) {