Ignore:
Timestamp:
Dec 22, 2010, 5:20:21 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
cdf2e4
Parents:
9098f9
Message:

Added config.h to all header files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Patterns/Observer.cpp

    r9098f9 r70672e3  
    3434// this is more efficient if many objects can be observed (inherit from observable)
    3535// but only few are actually coupled with observers. E.g. TMV has over 500.000 Atoms,
    36 // which might become observable. Handling Observerable infrastructure in each of
     36// which might become observable. Handling Observable infrastructure in each of
    3737// these would use memory for each atom. By handling Observer-infrastructure
    3838// here we only need memory for objects that actually are observed.
Note: See TracChangeset for help on using the changeset viewer.