Changeset e429dc for src/Observer/Observable.cpp
- Timestamp:
- Dec 19, 2011, 2:50:31 PM (14 years ago)
- Children:
- 760f97c
- Parents:
- a1d283
- File:
-
- 1 edited
-
src/Observer/Observable.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Observer/Observable.cpp
ra1d283 re429dc 336 336 callTable.erase(this); 337 337 } 338 } 338 339 // also kill instance in static Channels map if present 340 ChannelMap::iterator iter = NotificationChannels.find(this); 341 if (iter != NotificationChannels.end()) { 342 delete iter->second; 343 NotificationChannels.erase(iter); 344 } 345 }
Note:
See TracChangeset
for help on using the changeset viewer.
