javamanager/javacaptain/extensionplugins/preinstallerstarter/inc/preinstallerstarter.h
changeset 61 bf7ee68962da
parent 35 85266cc22c7f
child 87 1627c337e51e
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
    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