move disk_{writer,reader} into Route to allow for simple, sensible implementation...
[ardour.git] / libs / ardour / ardour / ardour.h
index 25e2518c8311a2f7c37062ae57b0ecdf5acdb79b..7183841889d56d5c2156d4cbaa2c23eb9bb30df7 100644 (file)
@@ -31,7 +31,6 @@
 
 #include "pbd/error.h"
 #include "pbd/failed_constructor.h"
-#include "pbd/locale_guard.h"
 #include "pbd/stateful.h"
 
 #include "ardour/libardour_visibility.h"
@@ -52,7 +51,7 @@ namespace ARDOUR {
        extern LIBARDOUR_API PBD::Signal1<void,int> PluginScanTimeout;
        extern LIBARDOUR_API PBD::Signal0<void> GUIIdle;
        extern LIBARDOUR_API PBD::Signal3<bool,std::string,std::string,int> CopyConfigurationFiles;
-       extern LIBARDOUR_API std::vector<std::string> reserved_io_names;
+       extern LIBARDOUR_API std::map<std::string, bool> reserved_io_names;
 
        /**
         * @param with_vst true to enable VST Support
@@ -69,10 +68,8 @@ namespace ARDOUR {
        LIBARDOUR_API void make_property_quarks ();
 
        extern LIBARDOUR_API PBD::PropertyChange bounds_change;
-       
-       extern LIBARDOUR_API const char* const ardour_config_info;
 
-       LIBARDOUR_API void find_bindings_files (std::map<std::string,std::string>&);
+       extern LIBARDOUR_API const char* const ardour_config_info;
 
        /* these only impact bundled installations */
        LIBARDOUR_API std::string translation_enable_path ();