1.1 --- a/src/common/ascii-writer.h Thu Aug 13 12:54:21 2009 +0200
1.2 +++ b/src/common/ascii-writer.h Thu Nov 12 13:01:01 2009 +0100
1.3 @@ -23,7 +23,7 @@
1.4
1.5 #include <stdint.h>
1.6 #include <ostream>
1.7 -#include "ns3/ref-count-base.h"
1.8 +#include "ns3/simple-ref-count.h"
1.9 #include "ns3/ptr.h"
1.10
1.11 namespace ns3 {
1.12 @@ -35,7 +35,7 @@
1.13 *
1.14 * \brief Ascii output
1.15 */
1.16 -class AsciiWriter : public RefCountBase
1.17 +class AsciiWriter : public SimpleRefCount<AsciiWriter>
1.18 {
1.19 public:
1.20 static Ptr<AsciiWriter> Get (std::ostream &os);