diff -r a5b06c32e28a -r 99e833adbb46 src/common/utils.cc --- a/src/common/utils.cc Tue Aug 29 17:51:31 2006 +0200 +++ b/src/common/utils.cc Tue Aug 29 17:55:34 2006 +0200 @@ -21,7 +21,7 @@ #include "utils.h" -namespace yans { +namespace ns3 { uint16_t utils_hton_16 (uint16_t v) @@ -156,12 +156,12 @@ } -}; // namespace yans +}; // namespace ns3 #ifdef RUN_SELF_TESTS #include "ns3/test.h" -namespace yans { +namespace ns3 { class UtilsTest : public Test { public: @@ -289,5 +289,5 @@ return ok; } static UtilsTest g_utils_test; -}; //namespace yans +}; //namespace ns3 #endif /* RUN_SELF_TESTS */