7 #ifndef STAMPED_ELEMENT_H 8 #define STAMPED_ELEMENT_H 10 #include <boost/date_time/posix_time/posix_time.hpp> 43 timestamp_ = timestamp;
57 boost::posix_time::ptime timestamp_;
This class represents configuration element which is associated with the modification timestamp.
StampedElement()
Constructor.
void updateModificationTime()
Sets timestmp to the current time.
Defines the logger used by the top-level component of kea-dhcp-ddns.
void setModificationTime(const boost::posix_time::ptime ×tamp)
Sets timestamp to the explicitly provided value.
boost::posix_time::ptime getModificationTime() const
Returns timestamp.