1.1 --- a/src/helper/yans-wifi-helper.cc Wed Jun 03 17:42:13 2009 +0200
1.2 +++ b/src/helper/yans-wifi-helper.cc Thu Aug 13 09:36:53 2009 +0200
1.3 @@ -234,9 +234,7 @@
1.4 }
1.5 oss.str ("");
1.6 oss << filename << "-" << nodeid << "-" << deviceid << ".pcap";
1.7 - // we must fully-qualify the call to Create below because it conflicts
1.8 - // with the locally-defined WifiPhyHelper::Create method.
1.9 - Ptr<PcapWriter> pcap = ::ns3::Create<PcapWriter> ();
1.10 + Ptr<PcapWriter> pcap = CreateObject<PcapWriter> ();
1.11 pcap->Open (oss.str ());
1.12
1.13 switch (m_pcapFormat) {