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.
void updateModificationTime()
Sets timestmp to the current time.
boost::posix_time::ptime getModificationTime() const
Returns timestamp.
void setModificationTime(const boost::posix_time::ptime ×tamp)
Sets timestamp to the explicitly provided value.
StampedElement()
Constructor.
Defines the logger used by the top-level component of kea-dhcp-ddns.