fix an old typo.

This commit is contained in:
Mathieu Lacage
2008-02-14 00:43:46 +01:00
parent 2e4860e39e
commit 3f5fa2d889
2 changed files with 6 additions and 6 deletions

View File

@@ -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 */

View File

@@ -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 */