src/common/chunk.h
changeset 16 99e833adbb46
parent 9 2c31ae7c94db
child 52 72a52d59ee9f
--- a/src/common/chunk.h	Tue Aug 29 17:51:31 2006 +0200
+++ b/src/common/chunk.h	Tue Aug 29 17:55:34 2006 +0200
@@ -26,7 +26,7 @@
 #include <ostream>
 #include "buffer.h"
 
-namespace yans {
+namespace ns3 {
 
 /**
  * \brief Protocol header serialization and deserialization.
@@ -84,6 +84,6 @@
 
 std::ostream& operator<< (std::ostream& os, Chunk const& chunk);
 
-}; // namespace yans
+}; // namespace ns3
 
 #endif /* CHUNK_H */