Ignore:
Timestamp:
Dec 13, 2011, 9:46:10 AM (14 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

Refactored all Observer stuff into own subfolder and split up into distinct modules.

  • Observer/all.hpp is all that's needed.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/Patterns/Observer/unittests/ObserverUnitTest.cpp

    rbc2698 re2e035e  
    2828
    2929#include "stubs/ObserverStub.hpp"
    30 #include "ObservedContainer.hpp"
    31 #include "ObservedContainer_impl.hpp"
     30#include "Observer/Notification.hpp"
     31#include "Observer/ObservedContainer.hpp"
     32#include "Observer/ObservedContainer_impl.hpp"
    3233
    3334#include "ObserverUnitTest.hpp"
Note: See TracChangeset for help on using the changeset viewer.