]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/iapp.h
Added more sources to the common library.
[evaf] / src / libs / Common / iapp.h
index 8028589f112d58659b1925598928f274ca4eb0ff..5329e1b77c6465777f731ce362031f32ef845de3 100644 (file)
@@ -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) = 0;
 
     /**
      * Returns true if the eVaf application is ready.