diff -r a5b06c32e28a -r 99e833adbb46 src/common/mac-network-interface.cc --- 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