diff rdf/RDFFeatureWriter.h @ 597:4fa2b135acbc sv-v1.6

* Add rdf-network option to retrieve RDF descriptions from network, since this is no longer done automatically for reasons of cost
author Chris Cannam
date Mon, 29 Jun 2009 13:44:50 +0000
parents f3bb7a3ffd89
children 02d9664906e8
line wrap: on
line diff
--- a/rdf/RDFFeatureWriter.h	Mon Jun 22 17:06:27 2009 +0000
+++ b/rdf/RDFFeatureWriter.h	Mon Jun 29 13:44:50 2009 +0000
@@ -120,6 +120,9 @@
 
     bool m_plain;
 
+    bool m_network;
+    bool m_networkRetrieved;
+
     uint64_t m_count;
 };