fixed bug 924
authorQuincy Tse <quincy.tse@gmail.com>
Mon, 07 Jun 2010 16:22:21 +0200
changeset 6340 fe24c9edacb6
parent 6339 84cbcc1a3f16
child 6341 375d70f07323
fixed bug 924
src/devices/wifi/aarfcd-wifi-manager.h
src/devices/wifi/amrr-wifi-manager.h
src/devices/wifi/minstrel-wifi-manager.h
src/devices/wifi/onoe-wifi-manager.h
src/devices/wifi/rraa-wifi-manager.h
--- a/src/devices/wifi/aarfcd-wifi-manager.h	Mon Jun 07 16:12:16 2010 +0200
+++ b/src/devices/wifi/aarfcd-wifi-manager.h	Mon Jun 07 16:22:21 2010 +0200
@@ -24,7 +24,7 @@
 
 namespace ns3 {
 
-class AarfcdWifiRemoteStation;
+struct AarfcdWifiRemoteStation;
 
 /**
  * \brief an implementation of the AARF-CD algorithm
--- a/src/devices/wifi/amrr-wifi-manager.h	Mon Jun 07 16:12:16 2010 +0200
+++ b/src/devices/wifi/amrr-wifi-manager.h	Mon Jun 07 16:22:21 2010 +0200
@@ -25,7 +25,7 @@
 
 namespace ns3 {
 
-class AmrrWifiRemoteStation;
+struct AmrrWifiRemoteStation;
 
 /**
  * \brief AMRR Rate control algorithm
--- a/src/devices/wifi/minstrel-wifi-manager.h	Mon Jun 07 16:12:16 2010 +0200
+++ b/src/devices/wifi/minstrel-wifi-manager.h	Mon Jun 07 16:22:21 2010 +0200
@@ -39,7 +39,7 @@
 
 namespace ns3 {
 
-class MinstrelWifiRemoteStation;
+struct MinstrelWifiRemoteStation;
 
 /**
  * A struct to contain all information related to a data rate
--- a/src/devices/wifi/onoe-wifi-manager.h	Mon Jun 07 16:12:16 2010 +0200
+++ b/src/devices/wifi/onoe-wifi-manager.h	Mon Jun 07 16:22:21 2010 +0200
@@ -25,7 +25,7 @@
 
 namespace ns3 {
 
-class OnoeWifiRemoteStation;
+struct OnoeWifiRemoteStation;
 
 /**
  * \brief an implementation of rate control algorithm developed 
--- a/src/devices/wifi/rraa-wifi-manager.h	Mon Jun 07 16:12:16 2010 +0200
+++ b/src/devices/wifi/rraa-wifi-manager.h	Mon Jun 07 16:22:21 2010 +0200
@@ -25,7 +25,7 @@
 
 namespace ns3 {
 
-class RraaWifiRemoteStation;
+struct RraaWifiRemoteStation;
 
 /**
  * \brief Robust Rate Adaptation Algorithm