windowing/windowserver/nonnga/CLIENT/RWS.CPP
branchRCL_3
changeset 20 25ffed67c7ef
parent 19 bbf46f59e123
equal deleted inserted replaced
19:bbf46f59e123 20:25ffed67c7ef
    20 #include <e32std.h>
    20 #include <e32std.h>
    21 #include <w32std.h>
    21 #include <w32std.h>
    22 #include "CLIENT.H"
    22 #include "CLIENT.H"
    23 #include "wstraces.h"
    23 #include "wstraces.h"
    24 #include "graphics/windowserverconstants.h"
    24 #include "graphics/windowserverconstants.h"
    25 #include <wspublishandsubscribedata.h>
       
    26 
    25 
    27 const TInt KMaxWSERVMessagesSlot=-1;
    26 const TInt KMaxWSERVMessagesSlot=-1;
    28 
    27 
    29 
    28 
    30 GLREF_C void Assert(TW32Assert aPanic);
    29 GLREF_C void Assert(TW32Assert aPanic);
  2383 	}
  2382 	}
  2384 
  2383 
  2385 EXPORT_C void RWsSession::EnableWindowSizeCacheL()
  2384 EXPORT_C void RWsSession::EnableWindowSizeCacheL()
  2386 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2385 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2387     @internalComponent */ 
  2386     @internalComponent */ 
  2388 	{
  2387     {
  2389 	ASSERT(0);
  2388     ASSERT(0);
  2390 	}
  2389     }
  2391 
       
  2392 EXPORT_C void RWsSession::SendEffectCommand(TInt /*aTfxCmd*/,const TDesC8& /*aTfxCmdData*/)
       
  2393 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  2394 	@internalComponent */
       
  2395 	{
       
  2396 	ASSERT(0);
       
  2397 	}
       
  2398 
       
  2399 EXPORT_C void RWsSession::RegisterEffect(TInt /*aAction*/, TInt /*aPurpose*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenameOutgoing*/, const TFileName& /*aFilenameIncoming*/, TUint /*aAppUid*/, TBitFlags /*aFlags*/)
       
  2400 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  2401 	@internalComponent */
       
  2402 	{
       
  2403 	ASSERT(0);
       
  2404 	}
       
  2405 
       
  2406 EXPORT_C void RWsSession::UnregisterEffect(TInt /*aAction*/, TInt /*aPurpose*/, TUint /*aAppUid*/)
       
  2407 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  2408 	@internalComponent */
       
  2409 	{
       
  2410 	ASSERT(0);
       
  2411 	}
       
  2412 
       
  2413 EXPORT_C void RWsSession::UnregisterAllEffects()
       
  2414 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  2415 	@internalComponent */
       
  2416 	{
       
  2417 	ASSERT(0);
       
  2418 	}
       
  2419 
       
  2420 EXPORT_C void RWsSession::OverrideEffects(TInt /*aAction*/, TInt /*aPurpose*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenameOutgoing*/, const TFileName& /*aFilenameIncoming*/, TBitFlags /*aFlags*/)
       
  2421 	/** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  2422 	@internalComponent */
       
  2423 	{
       
  2424 	ASSERT(0);
       
  2425 	}
       
  2426 
       
  2427 EXPORT_C void RWsSession::IndicateAppOrientation(TRenderOrientation /*aOrientation*/)
       
  2428 	/** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  2429 	@internalComponent */
       
  2430 	{
       
  2431 	ASSERT(0);
       
  2432 	}