various fixes for exporting, including correct handling of errors during export which...
[ardour.git] / libs / ardour / ardour / export_status.h
index cb24cb55f514417aba2f6df905ce9c780fcdddf4..31027269f8ca376e9ccb9a886469f35ae7488b3a 100644 (file)
@@ -40,7 +40,6 @@ class ExportStatus {
        volatile bool           stop;
        volatile bool           running;
 
-       PBD::Signal0<void>      Aborting;
        void abort (bool error_occurred = false);
        bool aborted () const { return _aborted; }
        bool errors () const { return _errors; }
@@ -49,6 +48,8 @@ class ExportStatus {
        void finish ();
        bool finished () const { return _finished; }
 
+        void cleanup ();
+
        /* Progress info */
 
        volatile bool           normalizing;