utils/print-trace-sources.cc
changeset 1376 ad7e61edfb9d
parent 1375 4f45bec005b8
child 1399 5945e92014e2
--- a/utils/print-trace-sources.cc	Tue Aug 28 11:22:01 2007 +0200
+++ b/utils/print-trace-sources.cc	Tue Aug 28 12:05:35 2007 +0200
@@ -3,7 +3,7 @@
 #include "ns3/trace-resolver.h"
 #include "ns3/node-list.h"
 #include "ns3/point-to-point-net-device.h"
-#include "ns3/csma-cd-net-device.h"
+#include "ns3/csma-net-device.h"
 #include "ns3/queue.h"
 #include "ns3/mobility-model-notifier.h"
 
@@ -16,7 +16,7 @@
 
   Ptr<PointToPointNetDevice> p2p = Create<PointToPointNetDevice> (node);
   p2p->AddQueue (Queue::CreateDefault ());
-  Ptr<CsmaCdNetDevice> csma = Create<CsmaCdNetDevice> (node);
+  Ptr<CsmaNetDevice> csma = Create<CsmaNetDevice> (node);
   csma->AddQueue (Queue::CreateDefault ());
 
   TraceResolver::SourceCollection collection;