Changes in src/Patterns/Observer.hpp [50fc88c:c296c2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/Observer.hpp
r50fc88c rc296c2 16 16 * 17 17 * Observers register themselves with the observables to be notified when something changes. 18 * In the Observable code that changes attributes should be started with OBSERVE;. This macro18 * In the Observable code that changes, attributes should be started with OBSERVE;. This macro 19 19 * locks the observer mechanism while changes are done. At the end of the scope in which the 20 20 * macro was placed the lock is released. When the last lock is released all changes are
Note:
See TracChangeset
for help on using the changeset viewer.