Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this compliant solution, we replace the macro definition with an enum enumeration constant in compliance with DCL00-A. Declare immutable values using enum or const.

...