equal
deleted
inserted
replaced
3 /** @file countedptr.hpp */ |
3 /** @file countedptr.hpp */ |
4 |
4 |
5 #ifndef COUNTEDPTR_HPP |
5 #ifndef COUNTEDPTR_HPP |
6 #define COUNTEDPTR_HPP |
6 #define COUNTEDPTR_HPP |
7 |
7 |
8 #if 1 // reenable when needed |
|
9 /** @file CCountedPtr - smart pointer implementation */ |
8 /** @file CCountedPtr - smart pointer implementation */ |
10 |
9 |
11 /** CCountedPtr - simple reference counting smart pointer. |
10 /** CCountedPtr - simple reference counting smart pointer. |
12 * |
11 * |
13 * One of the standard ways how to maintain object's lifetime. |
12 * One of the standard ways how to maintain object's lifetime. |
156 }; |
155 }; |
157 |
156 |
158 |
157 |
159 |
158 |
160 |
159 |
161 #endif /* 0 */ |
|
162 #endif /* COUNTEDPTR_HPP */ |
160 #endif /* COUNTEDPTR_HPP */ |