installationservices/swi/test/tuiscriptadaptors/tswisasyncstep.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
   117  * Manager of installation steps
   117  * Manager of installation steps
   118  * This class waits for the async install/uninstall Active objects to finish doing something
   118  * This class waits for the async install/uninstall Active objects to finish doing something
   119  * @test
   119  * @test
   120  * @internalComponent
   120  * @internalComponent
   121  */
   121  */
   122 #ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
   123 class CAppSidChecker;
   122 class CAppSidChecker;
   124 #endif
       
   125 class CAsyncManager : public CActive
   123 class CAsyncManager : public CActive
   126 	{
   124 	{
   127 public:
   125 public:
   128 	static CAsyncManager *NewL(CSwisAsyncStep* parent);
   126 	static CAsyncManager *NewL(CSwisAsyncStep* parent);
   129 	
   127 	
   189 	CStepScheduler* iScheduler;
   187 	CStepScheduler* iScheduler;
   190 
   188 
   191 	CWatchdog* iWatchdog;
   189 	CWatchdog* iWatchdog;
   192 
   190 
   193 	Swi::CAsyncLauncher* iAsyncLauncher;
   191 	Swi::CAsyncLauncher* iAsyncLauncher;
   194 #ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   192 
   195 	CAppSidChecker *iSwiSidChecker;
   193 	CAppSidChecker *iSwiSidChecker;
   196 #endif
   194 
   197 	TInt iNotificationCount;
   195 	TInt iNotificationCount;
   198 	TInt iBootMode;
   196 	TInt iBootMode;
   199 	};
   197 	};
   200 
   198 
   201 
   199