equal
deleted
inserted
replaced
28 namespace ns3 { |
28 namespace ns3 { |
29 |
29 |
30 /** |
30 /** |
31 * \brief A deprecated way to get reference-counting powers |
31 * \brief A deprecated way to get reference-counting powers |
32 * |
32 * |
|
33 * \deprecated |
33 * Users who wish to use reference counting for a class of their own should use |
34 * Users who wish to use reference counting for a class of their own should use |
34 * instead the template \ref ns3::SimpleRefCount. This class is maintained |
35 * instead the template \ref ns3::SimpleRefCount. This class is maintained |
35 * purely for compatibility to avoid breaking the code of users. |
36 * purely for compatibility to avoid breaking the code of users. |
36 */ |
37 */ |
37 class RefCountBase : public SimpleRefCount<RefCountBase> |
38 class RefCountBase : public SimpleRefCount<RefCountBase> |