Commands now evaluate their reference Zone at runtime, thus handling of forward references in the parser is no more needed.

svn-id: r39738
This commit is contained in:
Nicola Mettifogo 2009-03-29 12:41:00 +00:00
parent d883cb209e
commit 011b73a09b
5 changed files with 15 additions and 34 deletions

View file

@ -34,6 +34,7 @@ Command::Command() {
_id = 0;
_flagsOn = 0;
_flagsOff = 0;
_valid = false;
_flags = 0;
_string = 0;