startupservices/SplashScreen/inc/SplashScreen.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
child 70 739cef680932
--- a/startupservices/SplashScreen/inc/SplashScreen.h	Tue Aug 31 15:24:25 2010 +0300
+++ b/startupservices/SplashScreen/inc/SplashScreen.h	Wed Sep 01 12:24:48 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2002 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,6 +42,8 @@
 	void ConstructL(CMainWindow* aWindow);
 	void RunL();
 	void SetMainWindow(CMainWindow* aWindow);
+//protected:
+//	TCallBack iCallBack;
 private:
 	CMainWindow* iWindow;
 	};
@@ -67,7 +69,7 @@
 		// destruct
 		~CWsClient();
 		// main window
-		virtual void ConstructMainWindowL()=0;
+		virtual void ConstructMainWindowL();
 		// terminate cleanly
 		void Exit();
 		// active object protocol
@@ -155,7 +157,6 @@
 		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: