windowing/windowserver/nonnga/CLIENT/RWS.CPP
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 45 36b2e23a8629
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  2038 client. */
  2038 client. */
  2039 	{
  2039 	{
  2040 	WriteInt(aRemove,EWsClOpRemoveKeyCode);
  2040 	WriteInt(aRemove,EWsClOpRemoveKeyCode);
  2041 	}
  2041 	}
  2042 
  2042 
  2043 EXPORT_C void RWsSession::SimulateXyInputType(TXYInputType aInputType)
  2043 EXPORT_C void RWsSession::SimulateXyInputType(TInt aInputType)
  2044 	{
  2044 	{
  2045 	WriteInt(aInputType,EWsClOpSimulateXyInput);
  2045 	WriteInt(aInputType,EWsClOpSimulateXyInput);
  2046 	}
  2046 	}
  2047 #endif
  2047 #endif
  2048 
  2048 
  2382 	}
  2382 	}
  2383 
  2383 
  2384 EXPORT_C void RWsSession::EnableWindowSizeCacheL()
  2384 EXPORT_C void RWsSession::EnableWindowSizeCacheL()
  2385 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2385 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2386     @internalComponent */ 
  2386     @internalComponent */ 
  2387     {
  2387 	{
  2388     ASSERT(0);
  2388 	ASSERT(0);
  2389     }
  2389 	}
       
  2390 
       
  2391 EXPORT_C void RWsSession::SendEffectCommand(TInt /*aTfxCmd*/,const TDesC8& /*aTfxCmdData*/)
       
  2392 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  2393 	@internalComponent */
       
  2394 	{
       
  2395 	ASSERT(0);
       
  2396 	}
       
  2397 
       
  2398 EXPORT_C void RWsSession::RegisterEffect(TInt /*aAction*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenamePhase1*/, const TFileName& /*aFilenamePhase2*/, TUint /*aAppUid*/)
       
  2399 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  2400 	@internalComponent */
       
  2401 	{
       
  2402 	ASSERT(0);
       
  2403 	}
       
  2404 
       
  2405 EXPORT_C void RWsSession::UnregisterEffect(TInt /*aAction*/)
       
  2406 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  2407 	@internalComponent */
       
  2408 	{
       
  2409 	ASSERT(0);
       
  2410 	}
       
  2411 
       
  2412 EXPORT_C void RWsSession::UnregisterAllEffects()
       
  2413 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  2414 	@internalComponent */
       
  2415 	{
       
  2416 	ASSERT(0);
       
  2417 	}
       
  2418 
       
  2419 EXPORT_C void RWsSession::OverrideEffects(TBool /*aOneShot*/, TInt /*aAction*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenamePhase1*/, const TFileName& /*aFilenamePhase2*/)
       
  2420 	/** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  2421 	@internalComponent */
       
  2422 	{
       
  2423 	ASSERT(0);
       
  2424 	}