src/common/seed-generator.h
changeset 16 99e833adbb46
parent 9 2c31ae7c94db
--- a/src/common/seed-generator.h	Tue Aug 29 17:51:31 2006 +0200
+++ b/src/common/seed-generator.h	Tue Aug 29 17:55:34 2006 +0200
@@ -23,7 +23,7 @@
 
 #include <stdint.h>
 
-namespace yans {
+namespace ns3 {
 
 class SeedGeneratorPrivate;
 
@@ -35,6 +35,6 @@
 	SeedGenerator ();
 };
 
-}; // namespace yans
+}; // namespace ns3
 
 #endif /* SEED_GENERATOR_H */