--- a/windowing/windowserver/nonnga/CLIENT/RWINDOW.CPP Mon Mar 15 12:45:41 2010 +0200
+++ b/windowing/windowserver/nonnga/CLIENT/RWINDOW.CPP Wed Mar 31 23:34:07 2010 +0300
@@ -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.