installationservices/swi/test/tuiscriptadaptors/tswisasyncstep.h
branchRCL_3
changeset 65 7333d7932ef7
parent 0 ba25891c3a9e
child 66 8b7f4e561641
--- a/installationservices/swi/test/tuiscriptadaptors/tswisasyncstep.h	Thu Aug 19 10:02:49 2010 +0300
+++ b/installationservices/swi/test/tuiscriptadaptors/tswisasyncstep.h	Tue Aug 31 15:21:33 2010 +0300
@@ -119,7 +119,9 @@
  * @test
  * @internalComponent
  */
+#ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
 class CAppSidChecker;
+#endif
 class CAsyncManager : public CActive
 	{
 public:
@@ -189,9 +191,9 @@
 	CWatchdog* iWatchdog;
 
 	Swi::CAsyncLauncher* iAsyncLauncher;
-
+#ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
 	CAppSidChecker *iSwiSidChecker;
-
+#endif
 	TInt iNotificationCount;
 	TInt iBootMode;
 	};