Changeset 3324cf for src/Patterns/Observer/all.hpp
- Timestamp:
- Dec 13, 2011, 1:06:33 PM (14 years ago)
- Children:
- 9b8fa4
- Parents:
- b760ac5
- git-author:
- Frederik Heber <heber@…> (12/05/11 23:45:18)
- git-committer:
- Frederik Heber <heber@…> (12/13/11 13:06:33)
- File:
-
- 1 edited
-
src/Patterns/Observer/all.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/Observer/all.hpp
rb760ac5 r3324cf 6 6 */ 7 7 8 #ifndef ALL_HPP_9 #define ALL_HPP_8 #ifndef OBSERVER_ALL_HPP_ 9 #define OBSERVER_ALL_HPP_ 10 10 11 11 // include config.h … … 13 13 #include <config.h> 14 14 #endif 15 16 15 17 16 // Deactivate any logging when we are not in debug mode … … 24 23 #include "Notification.hpp" 25 24 #include "Observable.hpp" 25 #include "ObservedContainer.hpp" 26 #include "ObservedIterator.hpp" 26 27 #include "Observer.hpp" 28 #include "Relay.hpp" 27 29 28 #endif /* ALL_HPP_ */30 #endif /* OBSERVER_ALL_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.
