Revision caf7373f src/timestamp.cpp
src/timestamp.cpp | ||
---|---|---|
50 | 50 |
} |
51 | 51 |
} |
52 | 52 |
|
53 |
bool Timestamp::is_null(void){ |
|
54 |
return (sec == 0) && (nsec == 0); |
|
55 |
} |
|
56 |
|
|
53 | 57 |
bool Timestamp::operator< (Timestamp &cmp){ |
54 | 58 |
if (sec < cmp.sec){ |
55 | 59 |
return true; |
Also available in: Unified diff