Timestamp:
Sep 1, 2011, 1:51:25 PM (14 years ago)
Author:
Frederik Heber <heber@…>
Children:
d45509
Parents:
74e0f7
Message:

Observable::signOn/Off functions are now on const instance possible.

  • maps of Observable are static anyway.
  • we need some const_casts as instances in maps (which we need as lookup key in sign on/off) are non-const.
  • whether there are more or fewer observers does not impact on the constness of a class but only affects a mutable part.
(No files)

Note: See TracChangeset for help on using the changeset viewer.