| Last change
 on this file since e2e035e was             e2e035e, checked in by Frederik Heber <heber@…>, 14 years ago | 
        
          | 
Refactored all Observer stuff into own subfolder and split up into distinct modules.
 Observer/all.hpp is all that's needed.
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            420 bytes | 
      
      
| Rev | Line |  | 
|---|
| [e2e035e] | 1 | /* | 
|---|
|  | 2 | * all.hpp | 
|---|
|  | 3 | * | 
|---|
|  | 4 | *  Created on: Dec 1, 2011 | 
|---|
|  | 5 | *      Author: heber | 
|---|
|  | 6 | */ | 
|---|
|  | 7 |  | 
|---|
|  | 8 | #ifndef ALL_HPP_ | 
|---|
|  | 9 | #define ALL_HPP_ | 
|---|
|  | 10 |  | 
|---|
|  | 11 | // include config.h | 
|---|
|  | 12 | #ifdef HAVE_CONFIG_H | 
|---|
|  | 13 | #include <config.h> | 
|---|
|  | 14 | #endif | 
|---|
|  | 15 |  | 
|---|
|  | 16 |  | 
|---|
|  | 17 | // Deactivate any logging when we are not in debug mode | 
|---|
|  | 18 | #ifdef NDEBUG | 
|---|
|  | 19 | #undef LOG_OBSERVER | 
|---|
|  | 20 | #endif | 
|---|
|  | 21 |  | 
|---|
|  | 22 | #include "Channels.hpp" | 
|---|
|  | 23 | #include "defs.hpp" | 
|---|
|  | 24 | #include "Notification.hpp" | 
|---|
|  | 25 | #include "Observable.hpp" | 
|---|
|  | 26 | #include "Observer.hpp" | 
|---|
|  | 27 |  | 
|---|
|  | 28 | #endif /* ALL_HPP_ */ | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.