#include <interfaces.h>
Public Member Functions | |
| bool | compareTimestamp (unsigned long int first, unsigned long int second) |
| virtual unsigned long int | getTimestamp () |
| virtual void | setTimestamp (unsigned long int timestamp) |
Protected Attributes | |
| unsigned long int | timestamp |
Definition at line 46 of file interfaces.h.
| bool CTimestampInterface::compareTimestamp | ( | unsigned long int | first, |
| unsigned long int | second | ||
| ) | [inline] |
Definition at line 54 of file interfaces.h.
| virtual unsigned long int CTimestampInterface::getTimestamp | ( | ) | [inline, virtual] |
Definition at line 51 of file interfaces.h.
| virtual void CTimestampInterface::setTimestamp | ( | unsigned long int | timestamp | ) | [inline, virtual] |
Definition at line 52 of file interfaces.h.
unsigned long int CTimestampInterface::timestamp [protected] |
Definition at line 49 of file interfaces.h.