- Timestamp:
- Dec 13, 2011, 9:46:10 AM (14 years ago)
- Children:
- 549b62
- Parents:
- bc2698
- git-author:
- Frederik Heber <heber@…> (12/01/11 10:20:57)
- git-committer:
- Frederik Heber <heber@…> (12/13/11 09:46:10)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/Observer/unittests/stubs/ObserverStub.cpp
rbc2698 re2e035e 24 24 #include "ObserverStub.hpp" 25 25 26 #include "Observer/Channels.hpp" 27 #include "Observer/Notification.hpp" 28 26 29 /************ UpdateCountObserver **************/ 27 30 … … 132 135 Observable("NotificationObservable") 133 136 { 134 Channels *OurChannel = new Channels( this);137 Channels *OurChannel = new Channels(); 135 138 NotificationChannels.insert( std::make_pair(this, OurChannel) ); 136 139 OurChannel->addChannel(Operation1Notify);
Note:
See TracChangeset
for help on using the changeset viewer.
