specify real type
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 17 Oct 2007 13:38:33 +0200
changeset 1982 bafca3fcd557
parent 1981 d2fda7b87289
child 1983 a6306f2e88a7
specify real type
src/devices/wifi/mac-stations.h
--- a/src/devices/wifi/mac-stations.h	Wed Oct 17 12:01:08 2007 +0200
+++ b/src/devices/wifi/mac-stations.h	Wed Oct 17 13:38:33 2007 +0200
@@ -28,6 +28,7 @@
 namespace ns3 {
 
 class MacStation;
+class NonUnicastMacStation;
 
 class MacStations 
 {
@@ -62,7 +63,7 @@
   virtual class MacStation *CreateStation (void) = 0;
   Stations m_stations;
   WifiMode m_defaultTxMode;
-  MacStation *m_nonUnicast;
+  NonUnicastMacStation *m_nonUnicast;
   BasicModes m_basicModes;
 };