#include <RecJobHistory.h>
Public Member Functions | |
| bool | operator() (const RecJobRecord *lhs, const RecJobRecord *rhs) |
|
||||||||||||
|
Definition at line 88 of file RecJobHistory.h. 00089 { return ( *lhs < *rhs ) ? true : false; }
|
1.3.9.1