Ignore:
Timestamp:
2001-02-20T13:30:06+13:00 (23 years ago)
Author:
paynter
Message:

Removed a bunch of code that served no prupose, and added a little
documentation explaining where all the functionality went.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/phindbrowserclass.cpp

    r1804 r2016  
    4141}
    4242
    43 // display a document
    44 void phindbrowserclass::processOID (cgiargsclass &args, recptproto *collectproto,
    45                    ostream &logout) {
    4643
    47   // should only reach here from within a classification
    48   if (!args["d"].empty()) return;
    49   if (args["cl"].empty()) return;
    5044
    51   FilterRequest_t request;
    52   FilterResponse_t response;
    53   comerror_t err;
    54   request.filterName = "NullFilter";
    55   request.filterResultOptions = FROID;
    56   request.docSet.push_back (args["cl"] + ".fc");
    57   collectproto->filter (args["c"], request, response, err, logout);
    58 
    59   if (err != noError || response.docInfo[0].OID.empty()) return;
    60 }
Note: See TracChangeset for help on using the changeset viewer.