Various adjustments to user bundle handling, with the general aim of allowing the...
[ardour.git] / libs / ardour / ardour / bundle.h
index 0c7d6a597899f4bd0b5e80dfcbeb6651826f683f..1af7a3bad0e979bf07ae1fc0442317e9667ba7d3 100644 (file)
@@ -89,6 +89,7 @@ class Bundle : public sigc::trackable
        void connect (boost::shared_ptr<Bundle>, AudioEngine &);
        void disconnect (boost::shared_ptr<Bundle>, AudioEngine &);
        bool connected_to (boost::shared_ptr<Bundle>, AudioEngine &);
+       bool has_same_ports (boost::shared_ptr<Bundle>) const;
 
        void set_name (std::string const &);