appinstaller/AppinstUi/sisxsifplugin/tsrc/testinstaller/activerunner.cpp
changeset 55 ac7f90a6ff4c
parent 42 d17dc5398051
equal deleted inserted replaced
50:c6e8afe0ba85 55:ac7f90a6ff4c
    30 ActiveRunner::~ActiveRunner()
    30 ActiveRunner::~ActiveRunner()
    31 {
    31 {
    32     delete d_ptr;
    32     delete d_ptr;
    33 }
    33 }
    34 
    34 
    35 void ActiveRunner::install(const QString &fileName, bool silent, bool openfile)
    35 void ActiveRunner::install(const QString &fileName, bool silent, bool openfile, bool ocsp)
    36 {
    36 {
    37     if (d_ptr) {
    37     if (d_ptr) {
    38         d_ptr->Install(fileName, silent, openfile);
    38         d_ptr->Install(fileName, silent, openfile, ocsp);
    39     }
    39     }
    40 }
    40 }
    41 
    41 
    42 void ActiveRunner::remove(const Usif::TComponentId& aComponentId, bool silent)
    42 void ActiveRunner::remove(const Usif::TComponentId& aComponentId, bool silent)
    43 {
    43 {