Stub implementation of LV2 persist extension.
[ardour.git] / libs / ardour / ardour / filesystem_paths.h
index cebb8c1e4e339dfda1887fa17eef84aac579e6ee..e183193cb0832e38869f3dc325db065d81765a0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2007 Tim Mayberry 
+    Copyright (C) 2007 Tim Mayberry
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
 namespace ARDOUR {
 
-       using namespace PBD;
-
        /**
         * @return the path to the directory used to store user specific ardour
         * configuration files.
         */
-       sys::path user_config_directory ();
+       PBD::sys::path user_config_directory ();
 
        /**
         * @return the path to the directory that contains the system wide ardour
         * modules.
         */
-       sys::path ardour_module_directory ();
+       PBD::sys::path ardour_module_directory ();
 
-       SearchPath ardour_search_path ();
+       PBD::SearchPath ardour_search_path ();
 
-       SearchPath system_config_search_path ();
+       PBD::SearchPath system_config_search_path ();
 
-       SearchPath system_data_search_path ();
+       PBD::SearchPath system_data_search_path ();
 
 } // namespace ARDOUR