diff plugin/DSSIPluginFactory.cpp @ 150:4b2ea82fd0ed

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents 7afcfe666910
children 5ae5885d6ce3
line wrap: on
line diff
--- a/plugin/DSSIPluginFactory.cpp	Mon Jul 31 12:03:45 2006 +0000
+++ b/plugin/DSSIPluginFactory.cpp	Mon Jul 31 14:05:22 2006 +0000
@@ -27,9 +27,9 @@
 #include "PluginIdentifier.h"
 
 //!!!
-#include "plugins/SamplePlayer.h"
+#include "plugin/plugins/SamplePlayer.h"
 
-#include "base/System.h"
+#include "system/System.h"
 
 #ifdef HAVE_LRDF
 #include "lrdf.h"
@@ -225,12 +225,13 @@
 }
 
 
-#ifdef HAVE_LRDF
 std::vector<QString>
 DSSIPluginFactory::getLRDFPath(QString &baseUri)
 {
+    std::vector<QString> lrdfPaths;
+
+#ifdef HAVE_LRDF
     std::vector<QString> pathList = getPluginPath();
-    std::vector<QString> lrdfPaths;
 
     lrdfPaths.push_back("/usr/local/share/dssi/rdf");
     lrdfPaths.push_back("/usr/share/dssi/rdf");
@@ -248,10 +249,10 @@
 #else
     baseUri = "http://dssi.sourceforge.net/ontology#";
 #endif
+#endif
 
     return lrdfPaths;
 }    
-#endif
 
 
 void