Changeset 65b413 for molecuilder/src/Patterns/Observer.hpp
- Timestamp:
- Apr 25, 2010, 12:48:24 PM (16 years ago)
- Children:
- dd43a7
- Parents:
- c0332d
- File:
-
- 1 edited
-
molecuilder/src/Patterns/Observer.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Patterns/Observer.hpp
rc0332d r65b413 148 148 typedef std::set<Notification*> notificationSet; 149 149 static std::map<Observable*, int> depth; 150 static std::map<Observable*,callees_t *> callTable;150 static std::map<Observable*,callees_t> callTable; 151 151 static std::map<Observable*,notificationSet> notifications; 152 152 static std::set<Observable*> busyObservables;
Note:
See TracChangeset
for help on using the changeset viewer.
