Changeset 493 for trunk/gsdl/src


Ignore:
Timestamp:
1999-09-01T10:37:34+12:00 (25 years ago)
Author:
rjmcnab
Message:

A few changes to get compiling on AIX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/filter.cpp

    r472 r493  
    1212/*
    1313   $Log$
     14   Revision 1.8  1999/08/31 22:37:34  rjmcnab
     15   A few changes to get compiling on AIX.
     16
    1417   Revision 1.7  1999/08/25 04:49:33  sjboddie
    1518   changed FilterRequest_t::docSet into an array
     
    130133
    131134
     135bool operator==(const filterptr &x, const filterptr &y) {
     136  return (x.f == y.f);
     137}
     138
     139bool operator<(const filterptr &x, const filterptr &y) {
     140  return (x.f < y.f);
     141}
     142
    132143
    133144// thefilter remains the property of the calling code but
Note: See TracChangeset for help on using the changeset viewer.