Ignore:
Timestamp:
Dec 22, 2010, 10:32:46 AM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
70672e3
Parents:
115378
Message:

All include files go into folder CodePatterns.

  • therefore all local includes are now without path.
  • INCLUDES in Makefile.am ascertains that includes are still found.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Patterns/Singleton.hpp

    r115378 r9098f9  
    1111#include <boost/thread.hpp>
    1212
    13 #include "Helpers/Assert.hpp"
     13#include "Assert.hpp"
    1414
    1515/**
     
    104104 *    @endcode
    105105 *
    106  * - include the file "Patterns/Singleton_impl.hpp" that carries the implementation details of
     106 * - include the file "Singleton_impl.hpp" that carries the implementation details of
    107107 *   the singleton functions in your implementation file of the class.
    108108 * - make the compiler construct the template instantiations. For this you can use the defined
Note: See TracChangeset for help on using the changeset viewer.