More work on track import and some cleaning up of ElementImporter interface
[ardour.git] / libs / ardour / ardour / audio_region_importer.h
index a2205390ab7c1e0f4b05c16ef0810885f1eb4a3f..8123f89e4206e4eff8e04b7181be4e0251418ae6 100644 (file)
@@ -75,14 +75,16 @@ class AudioRegionImporter : public ElementImporter
 
        // Interface implementation
        string get_info () const;
-       bool prepare_move ();
-       void cancel_move ();
-       void move ();
        
        // other stuff
        void add_sources_to_session ();
        XMLNode const & get_xml ();
 
+  protected:
+       bool _prepare_move ();
+       void _cancel_move ();
+       void _move ();
+
   private:
 
        XMLNode xml_region;