Changeset 25213
- Timestamp:
- 13.03.2012 13:03:34 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/runtime-src/src/colservr/expat_resultset.cpp
r22738 r25213 68 68 text_t element_name = (char*)name; 69 69 70 if (element_name == "ResultSet") {71 char* cached_attribute_str = get_attribute(attributes, "cached");72 if (cached_attribute_str != NULL) {73 cerr << "Cached: " << cached_attribute_str << endl;74 }75 }70 // if (element_name == "ResultSet") { 71 // char* cached_attribute_str = get_attribute(attributes, "cached"); 72 // if (cached_attribute_str != NULL) { 73 // cerr << "Cached: " << cached_attribute_str << endl; 74 // } 75 // } 76 76 77 77 if (element_name == "Error") {