Fixed inet-socket-address's opening IFDEF to be consistent with the filename
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
|
||||
*/
|
||||
|
||||
#ifndef IPV4_TRANSPORT_ADDRESS_H
|
||||
#define IPV4_TRANSPORT_ADDRESS_H
|
||||
#ifndef INET_SOCKET_ADDRESS_H
|
||||
#define INET_SOCKET_ADDRESS_H
|
||||
|
||||
#include "address.h"
|
||||
#include "ipv4-address.h"
|
||||
@@ -114,4 +114,4 @@ private:
|
||||
} // namespace ns3
|
||||
|
||||
|
||||
#endif /* IPV4_TRANSPORT_ADDRESS_H */
|
||||
#endif /* INET_SOCKET_ADDRESS_H */
|
||||
|
||||
Reference in New Issue
Block a user