diff -r 57c618273d5c -r bbf46f59e123 windowing/windowserver/nonnga/CLIENT/RWS.CPP --- a/windowing/windowserver/nonnga/CLIENT/RWS.CPP Thu Aug 19 11:11:18 2010 +0300 +++ b/windowing/windowserver/nonnga/CLIENT/RWS.CPP Tue Aug 31 16:31:06 2010 +0300 @@ -22,6 +22,7 @@ #include "CLIENT.H" #include "wstraces.h" #include "graphics/windowserverconstants.h" +#include const TInt KMaxWSERVMessagesSlot=-1; @@ -2384,6 +2385,48 @@ EXPORT_C void RWsSession::EnableWindowSizeCacheL() /** Dummy implementation in order to preserve compatibility with WSERV NGA. @internalComponent */ - { - ASSERT(0); - } + { + ASSERT(0); + } + +EXPORT_C void RWsSession::SendEffectCommand(TInt /*aTfxCmd*/,const TDesC8& /*aTfxCmdData*/) +/** Dummy implementation in order to preserve compatibility with WSERV NGA. + @internalComponent */ + { + ASSERT(0); + } + +EXPORT_C void RWsSession::RegisterEffect(TInt /*aAction*/, TInt /*aPurpose*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenameOutgoing*/, const TFileName& /*aFilenameIncoming*/, TUint /*aAppUid*/, TBitFlags /*aFlags*/) +/** Dummy implementation in order to preserve compatibility with WSERV NGA. + @internalComponent */ + { + ASSERT(0); + } + +EXPORT_C void RWsSession::UnregisterEffect(TInt /*aAction*/, TInt /*aPurpose*/, TUint /*aAppUid*/) +/** Dummy implementation in order to preserve compatibility with WSERV NGA. + @internalComponent */ + { + ASSERT(0); + } + +EXPORT_C void RWsSession::UnregisterAllEffects() +/** Dummy implementation in order to preserve compatibility with WSERV NGA. + @internalComponent */ + { + ASSERT(0); + } + +EXPORT_C void RWsSession::OverrideEffects(TInt /*aAction*/, TInt /*aPurpose*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenameOutgoing*/, const TFileName& /*aFilenameIncoming*/, TBitFlags /*aFlags*/) + /** Dummy implementation in order to preserve compatibility with WSERV NGA. + @internalComponent */ + { + ASSERT(0); + } + +EXPORT_C void RWsSession::IndicateAppOrientation(TRenderOrientation /*aOrientation*/) + /** Dummy implementation in order to preserve compatibility with WSERV NGA. + @internalComponent */ + { + ASSERT(0); + }