Changeset 1458


Ignore:
Timestamp:
2000-08-28T10:20:57+12:00 (24 years ago)
Author:
sjboddie
Message:

Made buildaction ignore z39.50 collections

File:
1 edited

Legend:

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

    r1305 r1458  
    128128  while (rprotolist_here != rprotolist_end) {
    129129    if ((*rprotolist_here).p != NULL) {
     130
     131      // don't include z39.50 collection
     132      if ((*rprotolist_here).p->get_protocol_name () == "z3950proto") {
     133    rprotolist_here ++;
     134    continue;
     135      }
     136
    130137      text_tarray collist;
    131138      comerror_t err;
Note: See TracChangeset for help on using the changeset viewer.