diff -r 61720828305f -r 525ea837ea6b windowing/windowserver/nonnga/CLIENT/RWINDOW.CPP --- a/windowing/windowserver/nonnga/CLIENT/RWINDOW.CPP Tue Mar 30 20:28:08 2010 +0100 +++ b/windowing/windowserver/nonnga/CLIENT/RWINDOW.CPP Fri Apr 02 11:19:14 2010 +0100 @@ -813,6 +813,14 @@ return(sizePkg()); } +EXPORT_C TSize RWindowBase::SizeForEgl() const +/** Dummy implementation in order to preserve compatibility with WSERV NGA. + @internalComponent */ + { + ASSERT(0); + return TSize(); + } + EXPORT_C void RWindowBase::SetPosition(const TPoint &aPos) /** Sets the position of a window relative to its parent. @@ -1237,6 +1245,14 @@ ASSERT(0); } +EXPORT_C TInt RWindowBase::FixNativeOrientation() +/** Dummy implementation in order to preserve compatibility with WSERV NGA. + @internalComponent */ + { + ASSERT(0); + return KErrNotSupported; + } + EXPORT_C TInt RWindowBase::AllocPointerMoveBuffer(TInt aMaxNumPoints, TUint aFlags) /** Allocates a buffer for storing pointer movements.