coreapplicationuis/SysAp/Src/SysApShutdownImage.cpp
changeset 72 56a7be608841
parent 51 50b444048a8d
child 74 1505405bc645
equal deleted inserted replaced
71:9352913932ef 72:56a7be608841
     1 /*
     1 /*
     2 * Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   164     }
   164     }
   165 
   165 
   166 // ----------------------------------------------------------------------------
   166 // ----------------------------------------------------------------------------
   167 // CSysApShutdownImage::ShowShutdownImage()
   167 // CSysApShutdownImage::ShowShutdownImage()
   168 // ----------------------------------------------------------------------------
   168 // ----------------------------------------------------------------------------
   169 CFbsBitmap* CSysApShutdownImage::ReadSVGL (TFileName aFileName)
   169 CFbsBitmap* CSysApShutdownImage::ReadSVGL (const TFileName& aFileName)
   170     {
   170     {
   171     TRACES( RDebug::Print(_L("CSysApShutdownImage::ReadSVGL:start" ) ) );    
   171     TRACES( RDebug::Print(_L("CSysApShutdownImage::ReadSVGL:start" ) ) );    
   172     TFontSpec fontspec;
   172     TFontSpec fontspec;
   173     TDisplayMode mode = EColor16MA;
   173     TDisplayMode mode = EColor16MA;
   174     TInt SIZE_X(360), SIZE_Y(360);
   174     TInt SIZE_X(360), SIZE_Y(360);