changeset 16 | 99e833adbb46 |
parent 9 | 2c31ae7c94db |
--- a/src/common/mac-network-interface.cc Tue Aug 29 17:51:31 2006 +0200 +++ b/src/common/mac-network-interface.cc Tue Aug 29 17:55:34 2006 +0200 @@ -20,7 +20,7 @@ */ #include "mac-network-interface.h" -namespace yans { +namespace ns3 { MacNetworkInterface::MacNetworkInterface (MacAddress self, uint16_t max_mtu) : m_self (self), m_max_mtu (max_mtu), m_mtu (max_mtu) @@ -93,4 +93,4 @@ m_status_change_callback (this); } -}; // namespace yans +}; // namespace ns3