src/devices/wifi/qadhoc-wifi-mac.h
changeset 6331 eee2eab36748
parent 6080 41ee42654550
--- a/src/devices/wifi/qadhoc-wifi-mac.h	Thu Jun 03 13:34:09 2010 +0200
+++ b/src/devices/wifi/qadhoc-wifi-mac.h	Thu Jun 03 17:23:55 2010 +0100
@@ -96,12 +96,12 @@
   */
   void DeaggregateAmsduAndForward (Ptr<Packet> aggregatedPacket, const WifiMacHeader *hdr);
 
-  typedef std::map<AccessClass, Ptr<EdcaTxopN> > Queues;
+  typedef std::map<AcIndex, Ptr<EdcaTxopN> > Queues;
   typedef std::list<std::pair<Ptr<Packet>, AmsduSubframeHeader> > DeaggregatedMsdus;
   typedef std::list<std::pair<Ptr<Packet>, AmsduSubframeHeader> >::const_iterator DeaggregatedMsdusCI;
 
   virtual void FinishConfigureStandard (enum WifiPhyStandard standard);
-  void SetQueue (enum AccessClass ac);
+  void SetQueue (enum AcIndex ac);
   Ptr<EdcaTxopN> GetVOQueue (void) const;
   Ptr<EdcaTxopN> GetVIQueue (void) const;
   Ptr<EdcaTxopN> GetBEQueue (void) const;