Class to redefine names for ANY_X and ALL_X without breaking existing user code.
More...
In the Address class, he ANY_SUBSYSTEM, ANY_NODE, and ANY_COMPONENT names are misleading since they really represent ALL subsystems, nodes, and components respectively and not ANY. In addition the THIS_SUBSYSTEM, THIS_NODE, THIS_COMPONENT names are also misleading this the values are 0. The way they are used are also confusing (e.g. in the Address::isValid method). We redefine the names to be more accurate and in a separate class so that the name changes don't adversely affect existing users.
- Author
- Name (name@.nosp@m.emai.nosp@m.l.com)