remove PBD::Connection (replace use with PBD::ScopedConnection); remove limitation on transport roll after session end

git-svn-id: svn://localhost/ardour2/branches/3.0@6834 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-04-02 15:24:53 +00:00
parent 3dd7f05fb1
commit a48742043b
7 changed files with 16 additions and 27 deletions

View file

@ -94,7 +94,7 @@ class GenericMidiControlProtocol : public ARDOUR::ControlProtocol {
typedef std::list<MIDIFunction*> MIDIFunctions;
MIDIFunctions functions;
typedef std::pair<MIDIControllable*,PBD::Connection> MIDIPendingControllable;
typedef std::pair<MIDIControllable*,PBD::ScopedConnection> MIDIPendingControllable;
typedef std::list<MIDIPendingControllable* > MIDIPendingControllables;
MIDIPendingControllables pending_controllables;
Glib::Mutex controllables_lock;