Last change
on this file since 9a4949 was 126867, checked in by Frederik Heber <heber@…>, 12 years ago |
Actions no longer register themselves, ActionQueue::addAction() introduced.
- eventually, Actions should be constrained to the ActionQueue alone. They
may be created externally but their control has to be delivered to the
ActionQueue.
- Hence, we reversed the registering process: Actions do not register
themselves with the ActionRegistry but as almost all are created in
ActionRegistry::fillRegistry() they are registered there as well.
- Actions cstor and dstor are now protected, ActionRegistry is friend.
- Action needs to befriend Registry<T> and ActionSequenceTest to grant
access to dstor.
|
-
Property mode
set to
100644
|
File size:
747 bytes
|
Note:
See
TracBrowser
for help on using the repository browser.