remove uneeded trailing ';'
This commit is contained in:
@@ -92,6 +92,6 @@ protected:
|
||||
void SetSuccessThreshold (int successThreshold);
|
||||
};
|
||||
|
||||
}; // namespace ns3
|
||||
} // namespace ns3
|
||||
|
||||
#endif /* ARF_MAC_STATIONS_H */
|
||||
|
||||
@@ -67,6 +67,6 @@ private:
|
||||
double m_lastSnr;
|
||||
};
|
||||
|
||||
}; // namespace ns3
|
||||
} // namespace ns3
|
||||
|
||||
#endif /* MAC_STA_H */
|
||||
|
||||
@@ -245,6 +245,6 @@ private:
|
||||
CallbackTraceSource<Packet> m_dropError;
|
||||
};
|
||||
|
||||
}; // namespace ns3
|
||||
} // namespace ns3
|
||||
|
||||
#endif /* MAC_LOW_H */
|
||||
|
||||
@@ -155,4 +155,4 @@ MacParameters::GetMinEdcaTrafficProportion (void) const
|
||||
return 0.4;
|
||||
}
|
||||
|
||||
}; // namespace ns3
|
||||
} // namespace ns3
|
||||
|
||||
@@ -68,6 +68,6 @@ private:
|
||||
static const double SPEED_OF_LIGHT; // m/s
|
||||
};
|
||||
|
||||
}; // namespace ns3
|
||||
} // namespace ns3
|
||||
|
||||
#endif /* MAC_PARAMETERS_H */
|
||||
|
||||
@@ -56,4 +56,4 @@ MacTxMiddle::GetNextSequenceNumberfor (const WifiMacHeader *hdr)
|
||||
return retval;
|
||||
}
|
||||
|
||||
}; // namespace ns3
|
||||
} // namespace ns3
|
||||
|
||||
@@ -966,4 +966,4 @@ WifiMacHeader::Deserialize (Buffer::Iterator start)
|
||||
return i.GetDistanceFrom (start);
|
||||
}
|
||||
|
||||
}; // namespace ns3
|
||||
} // namespace ns3
|
||||
|
||||
@@ -175,7 +175,7 @@ private:
|
||||
uint16_t m_qosStuff: 8;
|
||||
};
|
||||
|
||||
}; // namespace ns3
|
||||
} // namespace ns3
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -127,4 +127,4 @@ WifiMacQueue::Flush (void)
|
||||
m_size = 0;
|
||||
}
|
||||
|
||||
}; // namespace ns3
|
||||
} // namespace ns3
|
||||
|
||||
@@ -62,4 +62,4 @@ WifiMacTrailer::Deserialize (Buffer::Iterator start)
|
||||
return 4;
|
||||
}
|
||||
|
||||
}; // namespace ns3
|
||||
} // namespace ns3
|
||||
|
||||
@@ -1205,4 +1205,4 @@ WifiPhy::EndSync (Packet const packet, Ptr<RxEvent> event)
|
||||
|
||||
|
||||
|
||||
}; // namespace ns3
|
||||
} // namespace ns3
|
||||
|
||||
@@ -244,7 +244,7 @@ private:
|
||||
CallbackTraceSource<Time,Time,uint8_t> m_stateLogger;
|
||||
};
|
||||
|
||||
}; // namespace ns3
|
||||
} // namespace ns3
|
||||
|
||||
|
||||
#endif /* WIFI_PHY_H */
|
||||
|
||||
Reference in New Issue
Block a user