- Inserted recurring task checks at appropriate points.

This commit is contained in:
Paul Beckingham
2008-07-06 02:47:29 -04:00
parent b1aaab0a8e
commit 947e65c1e2
3 changed files with 64 additions and 47 deletions

View File

@@ -109,8 +109,6 @@ static const char* attributes[] =
"end",
"recur",
"until",
"base",
"range",
"",
};
@@ -242,9 +240,7 @@ static bool validAttribute (
// Some attributes are intended to be private.
else if (name == "entry" ||
name == "start" ||
name == "end" ||
name == "base" ||
name == "range")
name == "end")
throw std::string ("\"") +
name +
"\" is not an attribute you may modify directly.";