Files
ardour/libs
Tim Mayberry 1c70e4393e Use boost::shared_ptr for RAII with a SNDFILE handle in Session::import_audiofile
A scoped_ptr would be more suitable and efficient but scoped_ptr doesn't support
a custom deleter function(sf_close in this case), there are ways around that
limitation but I don't think it is worth doing at this point as it requires more
code etc.


git-svn-id: svn://localhost/ardour2/trunk@2656 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15 02:31:09 +00:00
..
2007-01-09 23:24:54 +00:00
2007-01-09 23:24:54 +00:00
2007-03-18 06:07:08 +00:00
2007-11-13 11:09:40 +00:00
2007-01-09 23:24:54 +00:00
2007-04-12 23:20:37 +00:00
2007-03-18 06:07:08 +00:00
2005-10-10 16:56:15 +00:00