Mercurial > hg > svcore
changeset 714:eb741b4e8d21 library_integration
Remove the qutomatic updating of Vamp plugin RDF description files using netwoek access for the library edition
author | mathieub <mathieu.barthet@eecs.qmul.ac.uk> |
---|---|
date | Mon, 17 Oct 2011 14:07:54 +0100 |
parents | 45e3ba1d5a1f |
children | 62811ec41cbf |
files | rdf/RDFFeatureWriter.cpp |
diffstat | 1 files changed, 9 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/rdf/RDFFeatureWriter.cpp Tue Oct 11 11:14:38 2011 +0100 +++ b/rdf/RDFFeatureWriter.cpp Mon Oct 17 14:07:54 2011 +0100 @@ -75,10 +75,11 @@ p.hasArg = true; 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); + //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); return pl; } @@ -102,9 +103,10 @@ if (i->first == "maker-uri") { m_userMakerUri = i->second.c_str(); } - if (i->first == "network") { - m_network = true; - } + //mathieub: remove this functionality for the library edition + //if (i->first == "network") { + // m_network = true; + //} } }