windowing/windowserver/nonnga/CLIENT/RWS.CPP
branchRCL_3
changeset 163 bbf46f59e123
parent 11 fed1595b188e
child 164 25ffed67c7ef
equal deleted inserted replaced
150:57c618273d5c 163:bbf46f59e123
    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>
    25 
    26 
    26 const TInt KMaxWSERVMessagesSlot=-1;
    27 const TInt KMaxWSERVMessagesSlot=-1;
    27 
    28 
    28 
    29 
    29 GLREF_C void Assert(TW32Assert aPanic);
    30 GLREF_C void Assert(TW32Assert aPanic);
  2382 	}
  2383 	}
  2383 
  2384 
  2384 EXPORT_C void RWsSession::EnableWindowSizeCacheL()
  2385 EXPORT_C void RWsSession::EnableWindowSizeCacheL()
  2385 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2386 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2386     @internalComponent */ 
  2387     @internalComponent */ 
  2387     {
  2388 	{
  2388     ASSERT(0);
  2389 	ASSERT(0);
  2389     }
  2390 	}
       
  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 	}