--- 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