Changeset 16311
- Timestamp:
- 2008-07-09T13:14:12+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/src/colservr/expat_resultset.cpp
r13000 r16311 64 64 termfreqclass termfreqobj; 65 65 termfreqobj.termstr = to_uni(term_value_str); 66 66 67 termfreqobj.termfreq = atoi(term_frequency_str); 67 68 queryresult_ptr->orgterms.push_back(termfreqobj); … … 123 124 char * xml_text_cstr = xml_text.getcstr(); 124 125 125 // cerr << "**** xml_text = " << xml_text.getcstr() << endl;126 127 126 XML_Parser parser = XML_ParserCreate(NULL); 128 127
Note:
See TracChangeset
for help on using the changeset viewer.