src/core/model/ref-count-base.h
changeset 9871 90c92578f680
parent 7353 09fccf6195ea
child 11356 8589e611d657
equal deleted inserted replaced
9870:6543f3876ff5 9871:90c92578f680
    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>