# HG changeset patch # User Chris Cannam # Date 1318929257 -3600 # Node ID bcdb2a18d9bca5936015e3ed05f38353a2a05473 # Parent c10853ea9b7139810d73eda4654aa23c2d872d5a Revert that change -- this code is used only in Sonic Annotator diff -r c10853ea9b71 -r bcdb2a18d9bc rdf/RDFFeatureWriter.cpp --- a/rdf/RDFFeatureWriter.cpp Mon Oct 17 16:20:58 2011 +0100 +++ b/rdf/RDFFeatureWriter.cpp Tue Oct 18 10:14:17 2011 +0100 @@ -75,11 +75,10 @@ p.hasArg = true; pl.push_back(p); - //mathieub: remove this functionality for the library edition - //p.name = "network"; - //p.description = "Attempt to retrieve RDF descriptions of plugins from network, if not available locally"; - //p.hasArg = false; - //pl.push_back(p); + p.name = "network"; + p.description = "Attempt to retrieve RDF descriptions of plugins from network, if not available locally"; + p.hasArg = false; + pl.push_back(p); return pl; } @@ -103,10 +102,9 @@ if (i->first == "maker-uri") { m_userMakerUri = i->second.c_str(); } - //mathieub: remove this functionality for the library edition - //if (i->first == "network") { - // m_network = true; - //} + if (i->first == "network") { + m_network = true; + } } }