Changeset 9098f9 for src/Patterns/Singleton.hpp
- Timestamp:
- Dec 22, 2010, 10:32:46 AM (15 years ago)
- Children:
- 70672e3
- Parents:
- 115378
- File:
-
- 1 edited
-
src/Patterns/Singleton.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/Singleton.hpp
r115378 r9098f9 11 11 #include <boost/thread.hpp> 12 12 13 #include " Helpers/Assert.hpp"13 #include "Assert.hpp" 14 14 15 15 /** … … 104 104 * @endcode 105 105 * 106 * - include the file " Patterns/Singleton_impl.hpp" that carries the implementation details of106 * - include the file "Singleton_impl.hpp" that carries the implementation details of 107 107 * the singleton functions in your implementation file of the class. 108 108 * - make the compiler construct the template instantiations. For this you can use the defined
Note:
See TracChangeset
for help on using the changeset viewer.
