X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Flibs%2FCommon%2Fiapp.h;h=4c7caed14cd80dfdf2c605a50eab663eb012e0c8;hb=4d81227da330c21c7aa0badc88bd5ad4467067fb;hp=8028589f112d58659b1925598928f274ca4eb0ff;hpb=688e916955a6b848dbbae1f65ae85a73593ed680;p=evaf diff --git a/src/libs/Common/iapp.h b/src/libs/Common/iapp.h index 8028589..4c7caed 100644 --- a/src/libs/Common/iapp.h +++ b/src/libs/Common/iapp.h @@ -130,10 +130,11 @@ public: /** * Requests the eVaf application to quit. + * @param err If true, then indicates that the application exits due to a fatal error * * This function requests the eVaf application to quit. */ - virtual void quit() = 0; + virtual void quit(bool err = false) = 0; /** * Returns true if the eVaf application is ready.