diff -r 0818dd463d41 -r 924385140d98 startupservices/SplashScreen/inc/SplashScreen.h --- a/startupservices/SplashScreen/inc/SplashScreen.h Thu Aug 19 10:05:08 2010 +0300 +++ b/startupservices/SplashScreen/inc/SplashScreen.h Tue Aug 31 15:24:25 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -42,8 +42,6 @@ void ConstructL(CMainWindow* aWindow); void RunL(); void SetMainWindow(CMainWindow* aWindow); -//protected: -// TCallBack iCallBack; private: CMainWindow* iWindow; }; @@ -69,7 +67,7 @@ // destruct ~CWsClient(); // main window - virtual void ConstructMainWindowL(); + virtual void ConstructMainWindowL()=0; // terminate cleanly void Exit(); // active object protocol @@ -157,6 +155,7 @@ CMainWindow (CWsClient* aClient); ~CMainWindow (); void Draw (const TRect& aRect); + CFbsBitmap* ReadSVGL (TFileName aFileName); void HandlePointerEvent (TPointerEvent& aPointerEvent); void ConstructL (const TRect& aRect, CWindow* aParent=0); private: