javamanager/javacaptain/extensionplugins/preinstallerstarter/inc/preinstallerstarter.h
changeset 50 023eef975703
parent 35 85266cc22c7f
child 87 1627c337e51e
equal deleted inserted replaced
49:35baca0e7a2e 50:023eef975703
    57     virtual void RunL();
    57     virtual void RunL();
    58     virtual void DoCancel();
    58     virtual void DoCancel();
    59 
    59 
    60 private:
    60 private:
    61     void startPreinstaller(TBool aIadBoot);
    61     void startPreinstaller(TBool aIadBoot);
       
    62 #ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    62     void registerMidletApplicationTypeHandler();
    63     void registerMidletApplicationTypeHandler();
       
    64 #endif
    63 
    65 
    64     CoreInterface* mCore;
    66     CoreInterface* mCore;
    65     RProcess*      mPreinstaller;
    67     RProcess*      mPreinstaller;
    66 };
    68 };
    67 
    69