javamanager/javacaptain/extensionplugins/preinstallerstarter/inc/preinstallerstarter.h
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
--- a/javamanager/javacaptain/extensionplugins/preinstallerstarter/inc/preinstallerstarter.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javamanager/javacaptain/extensionplugins/preinstallerstarter/inc/preinstallerstarter.h	Wed Oct 13 14:23:59 2010 +0300
@@ -33,8 +33,7 @@
 
 class CoreInterface;
 
-OS_NONSHARABLE_CLASS(PreinstallerStarter) :  public CActive,
-        public EventConsumerInterface,
+OS_NONSHARABLE_CLASS(PreinstallerStarter) :  public EventConsumerInterface,
         public ExtensionPluginInterface
 {
 public:
@@ -52,19 +51,11 @@
     // ExtensionPluginInterface methods
     virtual EventConsumerInterface* getEventConsumer();
 
-protected:
-    // CActive
-    virtual void RunL();
-    virtual void DoCancel();
-
 private:
     void startPreinstaller(TBool aIadBoot);
-#ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
     void registerMidletApplicationTypeHandler();
-#endif
 
     CoreInterface* mCore;
-    RProcess*      mPreinstaller;
 };
 
 } // namespace captain