Ignore:
Timestamp:
Dec 13, 2011, 1:06:33 PM (14 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

Added convenience libraries for Patterns and Helpers.

  • this way we may place Observer stuff (own convenience lib) into own subfolder.
  • unit tests depend only on these two libs now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Patterns/Observer/all.hpp

    rb760ac5 r3324cf  
    66 */
    77
    8 #ifndef ALL_HPP_
    9 #define ALL_HPP_
     8#ifndef OBSERVER_ALL_HPP_
     9#define OBSERVER_ALL_HPP_
    1010
    1111// include config.h
     
    1313#include <config.h>
    1414#endif
    15 
    1615
    1716// Deactivate any logging when we are not in debug mode
     
    2423#include "Notification.hpp"
    2524#include "Observable.hpp"
     25#include "ObservedContainer.hpp"
     26#include "ObservedIterator.hpp"
    2627#include "Observer.hpp"
     28#include "Relay.hpp"
    2729
    28 #endif /* ALL_HPP_ */
     30#endif /* OBSERVER_ALL_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.