appinstaller/AppinstUi/sisxsifplugin/tsrc/testinstaller/activerunner.h
changeset 60 245df5276b97
parent 42 d17dc5398051
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
    35 signals:
    35 signals:
    36     void opCompleted();
    36     void opCompleted();
    37     void opFailed(int error);
    37     void opFailed(int error);
    38 
    38 
    39 public:     // new functions
    39 public:     // new functions
    40     void install(const QString &fileName, bool silent, bool openfile);
    40     void install(const QString &fileName, bool silent, bool openfile, bool ocsp);
    41     void remove(const Usif::TComponentId& aComponentId, bool silent);
    41     void remove(const Usif::TComponentId& aComponentId, bool silent);
    42     void remove(const TUid& aUid, const TDesC8& aMime, bool silent);
    42     void remove(const TUid& aUid, const TDesC8& aMime, bool silent);
    43 
    43 
    44 protected:
    44 protected:
    45     void handleCompletion();
    45     void handleCompletion();