src/common/mac-network-interface.h
changeset 16 99e833adbb46
parent 14 6dd7d31c6fc3
--- a/src/common/mac-network-interface.h	Tue Aug 29 17:51:31 2006 +0200
+++ b/src/common/mac-network-interface.h	Tue Aug 29 17:55:34 2006 +0200
@@ -26,7 +26,7 @@
 #include "mac-address.h"
 #include "packet.h"
 
-namespace yans {
+namespace ns3 {
 
 class MacNetworkInterface {
 public:
@@ -63,6 +63,6 @@
 	bool m_is_down;
 };
 
-}; // namespace yans
+}; // namespace ns3
 
 #endif /* MAC_NETWORK_INTERFACE_H */