startupservices/SplashScreen/src/SplashScreen.cpp
changeset 76 f5642d05cce0
parent 35 13fd6fd25fe7
child 77 b01c07dfcf84
equal deleted inserted replaced
69:dcd4152cfe55 76:f5642d05cce0
   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);