Changeset d85532 for src/Patterns/Observer/Notification.hpp
- Timestamp:
- Dec 13, 2011, 12:00:30 PM (14 years ago)
- Children:
- b760ac5
- Parents:
- 2c11c1
- git-author:
- Frederik Heber <heber@…> (12/02/11 10:10:17)
- git-committer:
- Frederik Heber <heber@…> (12/13/11 12:00:30)
- File:
-
- 1 edited
-
src/Patterns/Observer/Notification.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/Observer/Notification.hpp
r2c11c1 rd85532 16 16 #include <set> 17 17 18 class Channels;19 18 class Observable; 20 19 class Observer; 20 class Relay; 21 21 22 22 /** Notifications are sort of news channels of an Observable. … … 28 28 */ 29 29 class Notification { 30 //!> grant Observable access to notifyAll() 30 31 friend class Observable; 31 friend class Channels; 32 //!> grant Relay access to notifyAll() 33 friend class Relay; 32 34 public: 33 35 Notification(size_t _channelno);
Note:
See TracChangeset
for help on using the changeset viewer.
