startupservices/SplashScreen/inc/SplashScreen.h
branchRCL_3
changeset 82 4610cd70c542
parent 70 739cef680932
--- a/startupservices/SplashScreen/inc/SplashScreen.h	Wed Sep 15 12:23:15 2010 +0300
+++ b/startupservices/SplashScreen/inc/SplashScreen.h	Wed Oct 13 14:43:04 2010 +0300
@@ -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"
@@ -49,26 +49,6 @@
 	};
 
 /**
-* CSplashShutdownWatcher
-*/
-class CSplashShutdownWatcher : public CActive
-    {
-private:
-    void ConstructL();  
-    CSplashShutdownWatcher();
-public:
-    static CSplashShutdownWatcher* NewL();
-    ~CSplashShutdownWatcher();
-    void IssueRequest();
-    void DoCancel();
-    void RunL();
-private:
-    RProperty       iProperty;
-    TInt            iPSRemoveSplashState;
-    };
-
-
-/**
 *  Base class for all windows
 *
 *  @lib SplashScreen.lib
@@ -100,6 +80,8 @@
 
 		RWindowGroup Group() {return iGroup;};
 
+        TInt            iPSRemoveSplashState;
+
     protected:
         TInt iLastScreenMode;
 
@@ -108,6 +90,7 @@
 		CWindowGc*      iGc;
 		friend class    CWsRedrawer; // needs to get at session
 		friend class    CWindow; // needs to get at session
+        RProperty       iProperty;
 
 	};