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

Changes for AIX.

File:
1 edited

Legend:

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

    r271 r504  
    5353
    5454  sourceptr () {s=NULL;}
     55  ~sourceptr () {}
    5556};
     57
     58bool operator==(const sourceptr &x, const sourceptr &y);
     59bool operator<(const sourceptr &x, const sourceptr &y);
    5660
    5761typedef vector<sourceptr> sourceptrlist;
Note: See TracChangeset for help on using the changeset viewer.