javamanager/javacaptain/extensionplugins/autostarter/inc/autostarter.h
changeset 49 35baca0e7a2e
parent 35 85266cc22c7f
equal deleted inserted replaced
35:85266cc22c7f 49:35baca0e7a2e
    50 
    50 
    51     // ExtensionPluginInterface methods
    51     // ExtensionPluginInterface methods
    52     virtual EventConsumerInterface* getEventConsumer();
    52     virtual EventConsumerInterface* getEventConsumer();
    53 
    53 
    54 private:
    54 private:
       
    55     bool isMIDletPresent(const std::wstring& aUid);
    55     bool startMIDletL(const std::wstring& aUid);
    56     bool startMIDletL(const std::wstring& aUid);
    56     void checkMIDletsToBeStartedL();
    57     void checkMIDletsToBeStartedL();
    57 
    58 
    58     CoreInterface* mCore;
    59     CoreInterface* mCore;
    59 };
    60 };