diff rdf/PluginRDFIndexer.cpp @ 843:e802e550a1f2

Drop std:: from cout, cerr, endl -- pull these in through Debug.h
author Chris Cannam
date Tue, 26 Nov 2013 13:35:08 +0000
parents 760feced8380
children f5cd33909744
line wrap: on
line diff
--- a/rdf/PluginRDFIndexer.cpp	Tue Nov 26 11:16:37 2013 +0000
+++ b/rdf/PluginRDFIndexer.cpp	Tue Nov 26 13:35:08 2013 +0000
@@ -35,8 +35,7 @@
 #include <QFile>
 
 #include <iostream>
-using std::cerr;
-using std::endl;
+
 using std::vector;
 using std::string;
 using Vamp::PluginHostAdapter;
@@ -85,7 +84,7 @@
 {
     vector<string> paths = PluginHostAdapter::getPluginPath();
 
-//    std::cerr << "\nPluginRDFIndexer::indexInstalledURLs: pid is " << getpid() << std::endl;
+//    cerr << "\nPluginRDFIndexer::indexInstalledURLs: pid is " << getpid() << endl;
 
     QStringList filters;
     filters << "*.ttl";
@@ -262,7 +261,7 @@
 {
     Profiler profiler("PluginRDFIndexer::indexURL");
 
-//    std::cerr << "PluginRDFIndexer::indexURL(" << urlString.toStdString() << ")" << std::endl;
+//    cerr << "PluginRDFIndexer::indexURL(" << urlString.toStdString() << ")" << endl;
 
     QMutexLocker locker(&m_mutex);