startupservices/SplashScreen/src/SplashScreen.cpp
changeset 72 56a7be608841
parent 35 13fd6fd25fe7
child 77 b01c07dfcf84
equal deleted inserted replaced
71:9352913932ef 72:56a7be608841
   329     TRACES("CMainWindow::~CMainWindow(): Start");
   329     TRACES("CMainWindow::~CMainWindow(): Start");
   330     delete iBitmap;
   330     delete iBitmap;
   331     TRACES("CMainWindow::~CMainWindow(): End");
   331     TRACES("CMainWindow::~CMainWindow(): End");
   332 	}
   332 	}
   333 
   333 
   334 CFbsBitmap* CMainWindow::ReadSVGL (TFileName aFileName)
   334 CFbsBitmap* CMainWindow::ReadSVGL (const TFileName& aFileName)
   335 	{
   335 	{
   336 	TRACES("CMainWindow::ReadSVGL(): Start");    
   336 	TRACES("CMainWindow::ReadSVGL(): Start");    
   337 	TFontSpec fontspec;
   337 	TFontSpec fontspec;
   338     TDisplayMode mode = EColor16MA;    
   338     TDisplayMode mode = EColor16MA;    
   339 	TSize size(SIZE_X, SIZE_Y);
   339 	TSize size(SIZE_X, SIZE_Y);