Accounting Software
Small Business Software Estimating Software
Inventory SoftwareInventory Control SoftwareInventory Tracking SoftwareInventory Management SoftwareConstruction Management SoftwareProject Management SoftwareBusiness Management Software

Time Comparators (Header)

Link to: source code | other data directory

Copyright Turtle Creek Software 1996-2006. All Rights Reserved.

This class compares time values for the Goldenseal job cost accounting software,
project management software, construction estimating software
and construction project estimating software.

class CTimeComparator : public CTCS_ArrayComparator
{
public:
CTimeComparator() {}
virtual ~CTimeComparator() {}

virtual SInt32 Compare(const void *inItemOne, const void *inItemTwo,
UInt32 inSizeOne, UInt32 inSizeTwo) const;

virtual LComparator* Clone() { return NEW CTimeComparator; }
};