/* * all.hpp * * Created on: Dec 1, 2011 * Author: heber */ #ifndef ALL_HPP_ #define ALL_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif // Deactivate any logging when we are not in debug mode #ifdef NDEBUG #undef LOG_OBSERVER #endif #include "Channels.hpp" #include "defs.hpp" #include "Notification.hpp" #include "Observable.hpp" #include "Observer.hpp" #endif /* ALL_HPP_ */