windowing/windowserver/nonnga/CLIENT/RWS.CPP
changeset 45 36b2e23a8629
parent 36 01a6848ebfd7
child 116 171fae344dd4
child 152 9f1c3fea0f87
equal deleted inserted replaced
36:01a6848ebfd7 45:36b2e23a8629
  2393 	@internalComponent */
  2393 	@internalComponent */
  2394 	{
  2394 	{
  2395 	ASSERT(0);
  2395 	ASSERT(0);
  2396 	}
  2396 	}
  2397 
  2397 
  2398 EXPORT_C void RWsSession::RegisterEffect(TInt /*aAction*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenamePhase1*/, const TFileName& /*aFilenamePhase2*/, TUint /*aAppUid*/)
  2398 EXPORT_C void RWsSession::RegisterEffect(TInt /*aAction*/, TInt /*aPurpose*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenameOutgoing*/, const TFileName& /*aFilenameIncoming*/, TUint /*aAppUid*/, TBitFlags /*aFlags*/)
  2399 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2399 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2400 	@internalComponent */
  2400 	@internalComponent */
  2401 	{
  2401 	{
  2402 	ASSERT(0);
  2402 	ASSERT(0);
  2403 	}
  2403 	}
  2404 
  2404 
  2405 EXPORT_C void RWsSession::UnregisterEffect(TInt /*aAction*/)
  2405 EXPORT_C void RWsSession::UnregisterEffect(TInt /*aAction*/, TInt /*aPurpose*/, TUint /*aAppUid*/)
  2406 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2406 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2407 	@internalComponent */
  2407 	@internalComponent */
  2408 	{
  2408 	{
  2409 	ASSERT(0);
  2409 	ASSERT(0);
  2410 	}
  2410 	}
  2414 	@internalComponent */
  2414 	@internalComponent */
  2415 	{
  2415 	{
  2416 	ASSERT(0);
  2416 	ASSERT(0);
  2417 	}
  2417 	}
  2418 
  2418 
  2419 EXPORT_C void RWsSession::OverrideEffects(TBool /*aOneShot*/, TInt /*aAction*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenamePhase1*/, const TFileName& /*aFilenamePhase2*/)
  2419 EXPORT_C void RWsSession::OverrideEffects(TInt /*aAction*/, TInt /*aPurpose*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenameOutgoing*/, const TFileName& /*aFilenameIncoming*/, TBitFlags /*aFlags*/)
  2420 	/** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2420 	/** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2421 	@internalComponent */
  2421 	@internalComponent */
  2422 	{
  2422 	{
  2423 	ASSERT(0);
  2423 	ASSERT(0);
  2424 	}
  2424 	}