- New 'modified' attribute, which contains the most recent modification date,
  if a modification has occurred.
This commit is contained in:
Paul Beckingham 2012-09-27 00:56:41 -04:00
parent 8d8bd653fa
commit bb167b2275
12 changed files with 139 additions and 4 deletions

View file

@ -69,6 +69,7 @@ public:
void setEntry ();
void setEnd ();
void setStart ();
void setModified ();
bool has (const std::string&) const;
std::vector <std::string> all ();