fix an old typo.
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
*
|
||||
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
|
||||
*/
|
||||
#ifndef EUI48_ADDRESS_H
|
||||
#define EUI48_ADDRESS_H
|
||||
#ifndef MAC48_ADDRESS_H
|
||||
#define MAC48_ADDRESS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <ostream>
|
||||
@@ -149,4 +149,4 @@ MakeMac48AddressParamSpec (T1 a1, T2 a2, Mac48Address address)
|
||||
|
||||
} // namespace ns3
|
||||
|
||||
#endif /* EUI48_ADDRESS_H */
|
||||
#endif /* MAC48_ADDRESS_H */
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*
|
||||
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
|
||||
*/
|
||||
#ifndef EUI64_ADDRESS_H
|
||||
#define EUI64_ADDRESS_H
|
||||
#ifndef MAC64_ADDRESS_H
|
||||
#define MAC64_ADDRESS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <ostream>
|
||||
@@ -95,4 +95,4 @@ std::ostream& operator<< (std::ostream& os, const Mac64Address & address);
|
||||
|
||||
} // namespace ns3
|
||||
|
||||
#endif /* EUI64_ADDRESS_H */
|
||||
#endif /* MAC64_ADDRESS_H */
|
||||
|
||||
Reference in New Issue
Block a user