Ignore:
Timestamp:
Apr 25, 2010, 12:48:24 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
dd43a7
Parents:
c0332d
Message:

Small improvements to Observer code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Patterns/Observer.hpp

    rc0332d r65b413  
    148148  typedef std::set<Notification*> notificationSet;
    149149  static std::map<Observable*, int> depth;
    150   static std::map<Observable*,callees_t*> callTable;
     150  static std::map<Observable*,callees_t> callTable;
    151151  static std::map<Observable*,notificationSet> notifications;
    152152  static std::set<Observable*> busyObservables;
Note: See TracChangeset for help on using the changeset viewer.