Mercurial > hg > svcore
changeset 717:bcdb2a18d9bc library_integration
Revert that change -- this code is used only in Sonic Annotator
author | Chris Cannam |
---|---|
date | Tue, 18 Oct 2011 10:14:17 +0100 |
parents | c10853ea9b71 |
children | |
files | rdf/RDFFeatureWriter.cpp |
diffstat | 1 files changed, 7 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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; + } } }