change name of a Session method to makes its intended function clear
[ardour.git] / libs / ardour / ardour / public_diskstream.h
index 5b5cd48231ce881535da5b92d61a9bd72bf683fa..1fc93a66749226273869de55666d13f48bf9ecb6 100644 (file)
@@ -38,7 +38,7 @@ public:
        virtual bool destructive () const = 0;
        virtual std::list<boost::shared_ptr<Source> > & last_capture_sources () = 0;
        virtual void set_capture_offset () = 0;
-       virtual std::list<boost::shared_ptr<Source> > steal_write_sources () = 0;
+       virtual std::string steal_write_source_name () = 0;
        virtual void reset_write_sources (bool, bool force = false) = 0;
        virtual float playback_buffer_load () const = 0;
        virtual float capture_buffer_load () const = 0;
@@ -60,7 +60,7 @@ public:
        virtual void transport_stopped_wallclock (struct tm &, time_t, bool) = 0;
        virtual bool pending_overwrite () const = 0;
        virtual double speed () const = 0;
-       virtual void prepare_to_stop (framepos_t) = 0;
+       virtual void prepare_to_stop (framepos_t,framepos_t) = 0;
        virtual void set_slaved (bool) = 0;
        virtual ChanCount n_channels () = 0;
        virtual framepos_t get_capture_start_frame (uint32_t n = 0) const = 0;