windowing/windowserver/nonnga/CLIENT/RWINDOW.CPP
changeset 45 36b2e23a8629
parent 36 01a6848ebfd7
child 85 cdf2f6e5c390
equal deleted inserted replaced
36:01a6848ebfd7 45:36b2e23a8629
     1 // Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1994-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".
  1696 	ASSERT(0);
  1696 	ASSERT(0);
  1697     }
  1697     }
  1698 
  1698 
  1699 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  1699 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  1700     @internalComponent */
  1700     @internalComponent */
  1701 EXPORT_C void RWindowBase::OverrideEffects(TBool /*aOneShot*/, TInt /*aAction*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenamePhase1*/, const TFileName& /*aFilenamePhase2*/)
  1701 EXPORT_C void RWindowBase::OverrideEffects(TInt /*aAction*/, const TFileName& /*aResourceDir*/, const TFileName& /*aFilenameOutgoing*/, const TFileName& /*aFilenameIncoming*/, TBitFlags /*aFlags*/)
  1702     {
  1702     {
  1703 	ASSERT(0);
  1703 	ASSERT(0);
  1704     }
  1704     }
  1705 
  1705 
  1706 //////////////////////////// RDrawableWindow ////////////////////////////////
  1706 //////////////////////////// RDrawableWindow ////////////////////////////////