changeset 16 | 99e833adbb46 |
parent 14 | 6dd7d31c6fc3 |
child 25 | 9b3bb088c560 |
--- a/src/common/static-speed-position.cc Tue Aug 29 17:51:31 2006 +0200 +++ b/src/common/static-speed-position.cc Tue Aug 29 17:55:34 2006 +0200 @@ -21,7 +21,7 @@ #include "static-speed-position.h" #include "ns3/simulator.h" -namespace yans { +namespace ns3 { StaticSpeedPosition::StaticSpeedPosition () : m_x (0.0), @@ -65,4 +65,4 @@ z = m_z; } -}; // namespace yans +}; // namespace ns3