- Timestamp:
- Jan 9, 2015, 8:55:03 AM (11 years ago)
- Children:
- 3d87df
- Parents:
- ec61ec
- File:
-
- 1 edited
-
src/Observer/Observer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Observer/Observer.cpp
rec61ec r8c31aa3 68 68 */ 69 69 void Observer::recieveNotification(Observable *publisher, Notification_ptr notification){ 70 ASSERT(0,"Notification received by object that did not sign on for it .");70 ASSERT(0,"Notification received by object that did not sign on for it or did you not implement this function?"); 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.
