windowing/windowserver/nonnga/CLIENT/RWS.CPP
branchRCL_3
changeset 163 bbf46f59e123
parent 11 fed1595b188e
child 164 25ffed67c7ef
--- 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 <wspublishandsubscribedata.h>
 
 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);
+	}