Versions Compared

Key

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

...

  1. In MyLinkableEngine, specify that it implements the IManageState interface.

  2. In MyEngineWrapper, specify that it implements the IManageState interface.

  3. Implement the IManageState methods in all wrapper classes. The implementation will typically be very simple code that redirects the call to the next wrapper class and finally to the engine core, where the bulk of the implementation is located.

...