comparison 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
comparison
equal deleted inserted replaced
596:c55795627490 597:4fa2b135acbc
118 QString m_userTrackUri; 118 QString m_userTrackUri;
119 QString m_userMakerUri; 119 QString m_userMakerUri;
120 120
121 bool m_plain; 121 bool m_plain;
122 122
123 bool m_network;
124 bool m_networkRetrieved;
125
123 uint64_t m_count; 126 uint64_t m_count;
124 }; 127 };
125 128
126 #endif 129 #endif