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

A few changes for AIX.

Location:
trunk/gsdl/src/colservr
Files:
2 edited

Legend:

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

    r472 r495  
    6060
    6161  filterptr () {f=NULL;}
     62  ~filterptr () {}
    6263};
     64
     65bool operator==(const filterptr &x, const filterptr &y);
     66bool operator<(const filterptr &x, const filterptr &y);
     67
    6368
    6469typedef map<text_t, filterptr, lttext_t> filterptrmap;
  • trunk/gsdl/src/colservr/maptools.h

    r194 r495  
    4545
    4646// a few useful functions used by stringmap
    47 void splitmapentry (const text_t &map, text_t &from, text_t &to);
    48 void joinmapentry (const text_t &from, const text_t &to, text_t &map);
     47void splitmapentry (const text_t &mapentry, text_t &from, text_t &to);
     48void joinmapentry (const text_t &from, const text_t &to, text_t &mapentry);
    4949
    5050
Note: See TracChangeset for help on using the changeset viewer.