Enhancement - gc/shadow

- shadow file update is now triggered by the type of command, not
  explicitly by name.
- Context::inShadow now keeps track of whether it is running a shadow
  file update to prevent recursion.
This commit is contained in:
Paul Beckingham 2009-06-12 22:45:42 -04:00
parent 788e264378
commit 5288e167d0
3 changed files with 63 additions and 66 deletions

View file

@ -78,6 +78,7 @@ public:
private:
std::vector <std::string> messages;
std::vector <std::string> footnotes;
bool inShadow;
};
#endif